Shades of Dark Violet #9A0EEF
Tints of Dark Violet #9A0EEF
RGB
CMYK
RGB Variations
Color information
#9A0EEF (or 0x9A0EEF) is known color: Dark Violet. HEX triplet: 9A, 0E and EF. RGB value is (154,14,239). Sum of RGB (Red+Green+Blue) = 154+14+239=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A0EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A0EEF is #65F110. Grayscale: #505050. Windows color (decimal): -6680849 or 15666842. OLE color: 15666842.
HSL color Cylindrical-coordinate representation of color #9A0EEF: hue angle of 277.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0EEF is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 14 | 239 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.06 |
| HSL | 277.33º | 0.89% | 0.5% | - |
| HSV(B) | 277.33º | 0.94% | 0.94% | - |
| XYZ | 29.06 | 13.42 | 82.72 | - |
| YUV | 81.51 | 216.88 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 14 | 239 | 0.36 | 0.94 | 0 | 0.06 | 277.33 | 0.89 | 0.5 |
| Hex | 9A | E | EF | 24 | 5E | 0 | 6 | 115 | 59 | 32 |
| Octal | 232 | 16 | 357 | 44 | 136 | 0 | 6 | 425 | 131 | 62 |
| Binary | 10011010 | 1110 | 11101111 | 100100 | 1011110 | 0 | 110 | 100010101 | 1011001 | 110010 |
Color Harmonies of #9A0EEF
Complementary color
Monochromatic Colors of #9A0EEF
Black with #9A0EEF
Text Example
Text Example
White with #9A0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0EEF; }
p { color: rgb(154,14,239); }
H1.HeaderClassName
{
color: #9A0EEF;
}
.AnyTagClassName
{
color: #9A0EEF;
}
</style>
background-color css
<style>
a { background-color: #9A0EEF; }
a { background-color: rgb(154,14,239); }
div.DivClassName
{
background-color: #9A0EEF;
}
.BgClassName
{
background-color: #9A0EEF;
}
</style>
border-color css
<style>
span { border-color: #9A0EEF; }
span { border-color: rgb(154,14,239); }
td.TdClassName
{
border-color: #9A0EEF;
}
.TagClassName
{
border-color: #9A0EEF;
}
</style>