Shades of Dark Violet #9E0BB6
Tints of Dark Violet #9E0BB6
RGB
CMYK
RGB Variations
Color information
#9E0BB6 (or 0x9E0BB6) is known color: Dark Violet. HEX triplet: 9E, 0B and B6. RGB value is (158,11,182). Sum of RGB (Red+Green+Blue) = 158+11+182=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 182 (71.48% from 255 or 51.85% from 351); Max value from RGB is 182 - color contains mainly: blue. Hex color #9E0BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0BB6 is #61F449. Grayscale: #494949. Windows color (decimal): -6419530 or 11930526. OLE color: 11930526.
HSL color Cylindrical-coordinate representation of color #9E0BB6: hue angle of 291.58º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0BB6 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 11 | 182 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.29 |
| HSL | 291.58º | 0.89% | 0.38% | - |
| HSV(B) | 291.58º | 0.94% | 0.71% | - |
| XYZ | 22.66 | 10.89 | 45.16 | - |
| YUV | 74.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 11 | 182 | 0.13 | 0.94 | 0 | 0.29 | 291.58 | 0.89 | 0.38 |
| Hex | 9E | B | B6 | D | 5E | 0 | 1D | 124 | 59 | 26 |
| Octal | 236 | 13 | 266 | 15 | 136 | 0 | 35 | 444 | 131 | 46 |
| Binary | 10011110 | 1011 | 10110110 | 1101 | 1011110 | 0 | 11101 | 100100100 | 1011001 | 100110 |
Color Harmonies of #9E0BB6
Complementary color
Monochromatic Colors of #9E0BB6
Black with #9E0BB6
Text Example
Text Example
White with #9E0BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0BB6; }
p { color: rgb(158,11,182); }
H1.HeaderClassName
{
color: #9E0BB6;
}
.AnyTagClassName
{
color: #9E0BB6;
}
</style>
background-color css
<style>
a { background-color: #9E0BB6; }
a { background-color: rgb(158,11,182); }
div.DivClassName
{
background-color: #9E0BB6;
}
.BgClassName
{
background-color: #9E0BB6;
}
</style>
border-color css
<style>
span { border-color: #9E0BB6; }
span { border-color: rgb(158,11,182); }
td.TdClassName
{
border-color: #9E0BB6;
}
.TagClassName
{
border-color: #9E0BB6;
}
</style>