Shades of Dark Violet #9E06BD
Tints of Dark Violet #9E06BD
RGB
CMYK
RGB Variations
Color information
#9E06BD (or 0x9E06BD) is known color: Dark Violet. HEX triplet: 9E, 06 and BD. RGB value is (158,6,189). Sum of RGB (Red+Green+Blue) = 158+6+189=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E06BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E06BD is #61F942. Grayscale: #474747. Windows color (decimal): -6420803 or 12387998. OLE color: 12387998.
HSL color Cylindrical-coordinate representation of color #9E06BD: hue angle of 289.84º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E06BD is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 6 | 189 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.26 |
| HSL | 289.84º | 0.94% | 0.38% | - |
| HSV(B) | 289.84º | 0.97% | 0.74% | - |
| XYZ | 23.35 | 11.07 | 49.05 | - |
| YUV | 72.31 | 193.86 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 189 | 0.16 | 0.97 | 0 | 0.26 | 289.84 | 0.94 | 0.38 |
| Hex | 9E | 6 | BD | 10 | 61 | 0 | 1A | 122 | 5E | 26 |
| Octal | 236 | 6 | 275 | 20 | 141 | 0 | 32 | 442 | 136 | 46 |
| Binary | 10011110 | 110 | 10111101 | 10000 | 1100001 | 0 | 11010 | 100100010 | 1011110 | 100110 |
Color Harmonies of #9E06BD
Complementary color
Monochromatic Colors of #9E06BD
Black with #9E06BD
Text Example
Text Example
White with #9E06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E06BD; }
p { color: rgb(158,6,189); }
H1.HeaderClassName
{
color: #9E06BD;
}
.AnyTagClassName
{
color: #9E06BD;
}
</style>
background-color css
<style>
a { background-color: #9E06BD; }
a { background-color: rgb(158,6,189); }
div.DivClassName
{
background-color: #9E06BD;
}
.BgClassName
{
background-color: #9E06BD;
}
</style>
border-color css
<style>
span { border-color: #9E06BD; }
span { border-color: rgb(158,6,189); }
td.TdClassName
{
border-color: #9E06BD;
}
.TagClassName
{
border-color: #9E06BD;
}
</style>