Shades of Dark Violet #9E09CC
Tints of Dark Violet #9E09CC
RGB
CMYK
RGB Variations
Color information
#9E09CC (or 0x9E09CC) is known color: Dark Violet. HEX triplet: 9E, 09 and CC. RGB value is (158,9,204). Sum of RGB (Red+Green+Blue) = 158+9+204=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E09CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E09CC is #61F633. Grayscale: #4B4B4B. Windows color (decimal): -6420020 or 13371806. OLE color: 13371806.
HSL color Cylindrical-coordinate representation of color #9E09CC: hue angle of 285.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E09CC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 9 | 204 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.2 |
| HSL | 285.85º | 0.92% | 0.42% | - |
| HSV(B) | 285.85º | 0.96% | 0.8% | - |
| XYZ | 25.1 | 11.82 | 58.09 | - |
| YUV | 75.78 | 200.36 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 204 | 0.23 | 0.96 | 0 | 0.2 | 285.85 | 0.92 | 0.42 |
| Hex | 9E | 9 | CC | 17 | 60 | 0 | 14 | 11E | 5C | 2A |
| Octal | 236 | 11 | 314 | 27 | 140 | 0 | 24 | 436 | 134 | 52 |
| Binary | 10011110 | 1001 | 11001100 | 10111 | 1100000 | 0 | 10100 | 100011110 | 1011100 | 101010 |
Color Harmonies of #9E09CC
Complementary color
Monochromatic Colors of #9E09CC
Black with #9E09CC
Text Example
Text Example
White with #9E09CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E09CC; }
p { color: rgb(158,9,204); }
H1.HeaderClassName
{
color: #9E09CC;
}
.AnyTagClassName
{
color: #9E09CC;
}
</style>
background-color css
<style>
a { background-color: #9E09CC; }
a { background-color: rgb(158,9,204); }
div.DivClassName
{
background-color: #9E09CC;
}
.BgClassName
{
background-color: #9E09CC;
}
</style>
border-color css
<style>
span { border-color: #9E09CC; }
span { border-color: rgb(158,9,204); }
td.TdClassName
{
border-color: #9E09CC;
}
.TagClassName
{
border-color: #9E09CC;
}
</style>