Shades of Dark Violet #9E08DD
Tints of Dark Violet #9E08DD
RGB
CMYK
RGB Variations
Color information
#9E08DD (or 0x9E08DD) is known color: Dark Violet. HEX triplet: 9E, 08 and DD. RGB value is (158,8,221). Sum of RGB (Red+Green+Blue) = 158+8+221=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E08DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E08DD is #61F722. Grayscale: #4C4C4C. Windows color (decimal): -6420259 or 14485662. OLE color: 14485662.
HSL color Cylindrical-coordinate representation of color #9E08DD: hue angle of 282.25º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E08DD is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 8 | 221 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.13 |
| HSL | 282.25º | 0.93% | 0.45% | - |
| HSV(B) | 282.25º | 0.96% | 0.87% | - |
| XYZ | 27.24 | 12.66 | 69.42 | - |
| YUV | 77.13 | 209.2 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 221 | 0.29 | 0.96 | 0 | 0.13 | 282.25 | 0.93 | 0.45 |
| Hex | 9E | 8 | DD | 1D | 60 | 0 | D | 11A | 5D | 2D |
| Octal | 236 | 10 | 335 | 35 | 140 | 0 | 15 | 432 | 135 | 55 |
| Binary | 10011110 | 1000 | 11011101 | 11101 | 1100000 | 0 | 1101 | 100011010 | 1011101 | 101101 |
Color Harmonies of #9E08DD
Complementary color
Monochromatic Colors of #9E08DD
Black with #9E08DD
Text Example
Text Example
White with #9E08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E08DD; }
p { color: rgb(158,8,221); }
H1.HeaderClassName
{
color: #9E08DD;
}
.AnyTagClassName
{
color: #9E08DD;
}
</style>
background-color css
<style>
a { background-color: #9E08DD; }
a { background-color: rgb(158,8,221); }
div.DivClassName
{
background-color: #9E08DD;
}
.BgClassName
{
background-color: #9E08DD;
}
</style>
border-color css
<style>
span { border-color: #9E08DD; }
span { border-color: rgb(158,8,221); }
td.TdClassName
{
border-color: #9E08DD;
}
.TagClassName
{
border-color: #9E08DD;
}
</style>