Shades of Dark Violet #9D0EEA
Tints of Dark Violet #9D0EEA
RGB
CMYK
RGB Variations
Color information
#9D0EEA (or 0x9D0EEA) is known color: Dark Violet. HEX triplet: 9D, 0E and EA. RGB value is (157,14,234). Sum of RGB (Red+Green+Blue) = 157+14+234=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D0EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0EEA is #62F115. Grayscale: #515151. Windows color (decimal): -6484246 or 15339165. OLE color: 15339165.
HSL color Cylindrical-coordinate representation of color #9D0EEA: hue angle of 279º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0EEA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 14 | 234 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.08 |
| HSL | 279º | 0.89% | 0.49% | - |
| HSV(B) | 279º | 0.94% | 0.92% | - |
| XYZ | 28.91 | 13.42 | 78.91 | - |
| YUV | 81.84 | 213.88 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 234 | 0.33 | 0.94 | 0 | 0.08 | 279 | 0.89 | 0.49 |
| Hex | 9D | E | EA | 21 | 5E | 0 | 8 | 117 | 59 | 31 |
| Octal | 235 | 16 | 352 | 41 | 136 | 0 | 10 | 427 | 131 | 61 |
| Binary | 10011101 | 1110 | 11101010 | 100001 | 1011110 | 0 | 1000 | 100010111 | 1011001 | 110001 |
Color Harmonies of #9D0EEA
Complementary color
Monochromatic Colors of #9D0EEA
Black with #9D0EEA
Text Example
Text Example
White with #9D0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0EEA; }
p { color: rgb(157,14,234); }
H1.HeaderClassName
{
color: #9D0EEA;
}
.AnyTagClassName
{
color: #9D0EEA;
}
</style>
background-color css
<style>
a { background-color: #9D0EEA; }
a { background-color: rgb(157,14,234); }
div.DivClassName
{
background-color: #9D0EEA;
}
.BgClassName
{
background-color: #9D0EEA;
}
</style>
border-color css
<style>
span { border-color: #9D0EEA; }
span { border-color: rgb(157,14,234); }
td.TdClassName
{
border-color: #9D0EEA;
}
.TagClassName
{
border-color: #9D0EEA;
}
</style>