Shades of Dark Violet #9E06CF
Tints of Dark Violet #9E06CF
RGB
CMYK
RGB Variations
Color information
#9E06CF (or 0x9E06CF) is known color: Dark Violet. HEX triplet: 9E, 06 and CF. RGB value is (158,6,207). Sum of RGB (Red+Green+Blue) = 158+6+207=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E06CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E06CF is #61F930. Grayscale: #494949. Windows color (decimal): -6420785 or 13567646. OLE color: 13567646.
HSL color Cylindrical-coordinate representation of color #9E06CF: hue angle of 285.37º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E06CF is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 6 | 207 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.19 |
| HSL | 285.37º | 0.94% | 0.42% | - |
| HSV(B) | 285.37º | 0.97% | 0.81% | - |
| XYZ | 25.43 | 11.9 | 59.99 | - |
| YUV | 74.36 | 202.86 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 207 | 0.24 | 0.97 | 0 | 0.19 | 285.37 | 0.94 | 0.42 |
| Hex | 9E | 6 | CF | 18 | 61 | 0 | 13 | 11D | 5E | 2A |
| Octal | 236 | 6 | 317 | 30 | 141 | 0 | 23 | 435 | 136 | 52 |
| Binary | 10011110 | 110 | 11001111 | 11000 | 1100001 | 0 | 10011 | 100011101 | 1011110 | 101010 |
Color Harmonies of #9E06CF
Complementary color
Monochromatic Colors of #9E06CF
Black with #9E06CF
Text Example
Text Example
White with #9E06CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E06CF; }
p { color: rgb(158,6,207); }
H1.HeaderClassName
{
color: #9E06CF;
}
.AnyTagClassName
{
color: #9E06CF;
}
</style>
background-color css
<style>
a { background-color: #9E06CF; }
a { background-color: rgb(158,6,207); }
div.DivClassName
{
background-color: #9E06CF;
}
.BgClassName
{
background-color: #9E06CF;
}
</style>
border-color css
<style>
span { border-color: #9E06CF; }
span { border-color: rgb(158,6,207); }
td.TdClassName
{
border-color: #9E06CF;
}
.TagClassName
{
border-color: #9E06CF;
}
</style>