Shades of Dark Violet #9D0EE0
Tints of Dark Violet #9D0EE0
RGB
CMYK
RGB Variations
Color information
#9D0EE0 (or 0x9D0EE0) is known color: Dark Violet. HEX triplet: 9D, 0E and E0. RGB value is (157,14,224). Sum of RGB (Red+Green+Blue) = 157+14+224=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 224 (87.89% from 255 or 56.71% from 395); Max value from RGB is 224 - color contains mainly: blue. Hex color #9D0EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0EE0 is #62F11F. Grayscale: #505050. Windows color (decimal): -6484256 or 14683805. OLE color: 14683805.
HSL color Cylindrical-coordinate representation of color #9D0EE0: hue angle of 280.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0EE0 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 14 | 224 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.12 |
| HSL | 280.86º | 0.88% | 0.47% | - |
| HSV(B) | 280.86º | 0.94% | 0.88% | - |
| XYZ | 27.52 | 12.86 | 71.55 | - |
| YUV | 80.7 | 208.88 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 224 | 0.30 | 0.94 | 0 | 0.12 | 280.86 | 0.88 | 0.47 |
| Hex | 9D | E | E0 | 1E | 5E | 0 | C | 119 | 58 | 2F |
| Octal | 235 | 16 | 340 | 36 | 136 | 0 | 14 | 431 | 130 | 57 |
| Binary | 10011101 | 1110 | 11100000 | 11110 | 1011110 | 0 | 1100 | 100011001 | 1011000 | 101111 |
Color Harmonies of #9D0EE0
Complementary color
Monochromatic Colors of #9D0EE0
Black with #9D0EE0
Text Example
Text Example
White with #9D0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0EE0; }
p { color: rgb(157,14,224); }
H1.HeaderClassName
{
color: #9D0EE0;
}
.AnyTagClassName
{
color: #9D0EE0;
}
</style>
background-color css
<style>
a { background-color: #9D0EE0; }
a { background-color: rgb(157,14,224); }
div.DivClassName
{
background-color: #9D0EE0;
}
.BgClassName
{
background-color: #9D0EE0;
}
</style>
border-color css
<style>
span { border-color: #9D0EE0; }
span { border-color: rgb(157,14,224); }
td.TdClassName
{
border-color: #9D0EE0;
}
.TagClassName
{
border-color: #9D0EE0;
}
</style>