Shades of Dark Violet #9B0AB6
Tints of Dark Violet #9B0AB6
RGB
CMYK
RGB Variations
Color information
#9B0AB6 (or 0x9B0AB6) is known color: Dark Violet. HEX triplet: 9B, 0A and B6. RGB value is (155,10,182). Sum of RGB (Red+Green+Blue) = 155+10+182=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #9B0AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B0AB6 is #64F549. Grayscale: #484848. Windows color (decimal): -6616394 or 11930267. OLE color: 11930267.
HSL color Cylindrical-coordinate representation of color #9B0AB6: hue angle of 290.58º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0AB6 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 10 | 182 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.29 |
| HSL | 290.58º | 0.9% | 0.38% | - |
| HSV(B) | 290.58º | 0.95% | 0.71% | - |
| XYZ | 22.07 | 10.56 | 45.13 | - |
| YUV | 72.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 10 | 182 | 0.15 | 0.95 | 0 | 0.29 | 290.58 | 0.9 | 0.38 |
| Hex | 9B | A | B6 | F | 5F | 0 | 1D | 123 | 5A | 26 |
| Octal | 233 | 12 | 266 | 17 | 137 | 0 | 35 | 443 | 132 | 46 |
| Binary | 10011011 | 1010 | 10110110 | 1111 | 1011111 | 0 | 11101 | 100100011 | 1011010 | 100110 |
Color Harmonies of #9B0AB6
Complementary color
Monochromatic Colors of #9B0AB6
Black with #9B0AB6
Text Example
Text Example
White with #9B0AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0AB6; }
p { color: rgb(155,10,182); }
H1.HeaderClassName
{
color: #9B0AB6;
}
.AnyTagClassName
{
color: #9B0AB6;
}
</style>
background-color css
<style>
a { background-color: #9B0AB6; }
a { background-color: rgb(155,10,182); }
div.DivClassName
{
background-color: #9B0AB6;
}
.BgClassName
{
background-color: #9B0AB6;
}
</style>
border-color css
<style>
span { border-color: #9B0AB6; }
span { border-color: rgb(155,10,182); }
td.TdClassName
{
border-color: #9B0AB6;
}
.TagClassName
{
border-color: #9B0AB6;
}
</style>