Shades of Dark Violet #9A0EC6
Tints of Dark Violet #9A0EC6
RGB
CMYK
RGB Variations
Color information
#9A0EC6 (or 0x9A0EC6) is known color: Dark Violet. HEX triplet: 9A, 0E and C6. RGB value is (154,14,198). Sum of RGB (Red+Green+Blue) = 154+14+198=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A0EC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0EC6 is #65F139. Grayscale: #4C4C4C. Windows color (decimal): -6680890 or 12979866. OLE color: 12979866.
HSL color Cylindrical-coordinate representation of color #9A0EC6: hue angle of 285.65º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0EC6 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 14 | 198 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.22 |
| HSL | 285.65º | 0.87% | 0.42% | - |
| HSV(B) | 285.65º | 0.93% | 0.78% | - |
| XYZ | 23.68 | 11.26 | 54.35 | - |
| YUV | 76.84 | 196.38 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 14 | 198 | 0.22 | 0.93 | 0 | 0.22 | 285.65 | 0.87 | 0.42 |
| Hex | 9A | E | C6 | 16 | 5D | 0 | 16 | 11E | 57 | 2A |
| Octal | 232 | 16 | 306 | 26 | 135 | 0 | 26 | 436 | 127 | 52 |
| Binary | 10011010 | 1110 | 11000110 | 10110 | 1011101 | 0 | 10110 | 100011110 | 1010111 | 101010 |
Color Harmonies of #9A0EC6
Complementary color
Monochromatic Colors of #9A0EC6
Black with #9A0EC6
Text Example
Text Example
White with #9A0EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0EC6; }
p { color: rgb(154,14,198); }
H1.HeaderClassName
{
color: #9A0EC6;
}
.AnyTagClassName
{
color: #9A0EC6;
}
</style>
background-color css
<style>
a { background-color: #9A0EC6; }
a { background-color: rgb(154,14,198); }
div.DivClassName
{
background-color: #9A0EC6;
}
.BgClassName
{
background-color: #9A0EC6;
}
</style>
border-color css
<style>
span { border-color: #9A0EC6; }
span { border-color: rgb(154,14,198); }
td.TdClassName
{
border-color: #9A0EC6;
}
.TagClassName
{
border-color: #9A0EC6;
}
</style>