HEX: #9B6AB2
RGB: (155,106,178)
Il colore #9B6AB2 contiene principalmente il rosso e il blu. Per il #9B6AB2 il colore web safe è #996699 (#969).
Il colore 9B6AB2 in RGB è definito come 155,106,178
RGB: (155,106,178) (61%,42%,70%)
R 155 da 255 = 61%
G 106 da 255 = 42%
B 178 da 255 = 70%
R + G + B ~ 58%. #9B6AB2 colore medio (né scuro né chiaro).
R + G + B =
155 + 106 + 178 = 439 (100%)
R 155 da 439 ~ 35.31%
G 106 da 439 ~ 24.15%
B 178 da 439 ~ 40.55%
Il colore #9B6AB2 in CMYK è definito come 13,40,0,30.
CMYK: (13,40,0,30) C13M40Y0K30 (13%,40%,0%,30%) (0.13/0.40/0.00/0.30)
9B | 6A | B2 | |
---|---|---|---|
RGB | 155 | 106 | 178 |
HSL | 281° | 31.86% | 55.69% |
HSB/HSV | 281° | 40.45% | 69.80% |
CMYK | 12.92% | 40.45% | 0.00% |
30.20% |
Esadicemale | 9B | 6A | B2 |
Decimale | 155 | 106 | 178 |
Binario | 10011011 | 1101010 | 10110010 |
Ottale | 233 | 152 | 262 |
Esempi dei codici css e html per gli elementi di colore #9B6AB2. Utilizzate rgb(155,106,178) anche al posto del codice hex.
.myTextColor { color: #9B6AB2; }
<p style="color:#9B6AB2">This sample text font color is #9B6AB2.</p>
Il colore di questo testo è #9B6AB2.
.myBgColor { background-color: #9B6AB2; }
<div style="background-color:#9B6AB2">Inner text</div>
Questo div ha lo sfondo di colore #9B6AB2.
.myBorderColor { border: 1px solid #9B6AB2; }
<div style="border:3px solid #9B6AB2">Div</div>
Questo div ha i bordi di colore 9B6AB2.
.myOpacity80 { color: #9B6AB2; opacity: 0.8; }
<p style="color:#9B6AB2;opacity:0.8;">80%</p>
Il testo di color #9B6AB2 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B6AB2;}
<p style="text-shadow: 3px 3px 1px #9B6AB2">Text here.</p>
Questo testo ha l'ombra di colore #9B6AB2.
.textShadow {text-shadow: 3px 3px 1px #9B6AB2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B6AB2, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #9B6AB2 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B6AB2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B6AB2, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B6AB2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B6AB2; -webkit-box-shadow: 1px 1px 3px 2px #9B6AB2; box-shadow: 1px 1px 3px 2px #9B6AB2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B6AB2; -webkit-box-shadow: 1px 1px 3px 2px #9B6AB2; box-shadow:1px 1px 3px 2px #9B6AB2;">
Div content here</div>
Questo e il testo di colore #9B6AB2 sullo sfondo nero.
Questo e il testo di colore #9B6AB2 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #9B6AB2.
Questo è un testo bianco sullo sfondo del colore #9B6AB2.