Shades of Dark Violet #9A0EBD
Tints of Dark Violet #9A0EBD
RGB
CMYK
RGB Variations
Color information
#9A0EBD (or 0x9A0EBD) is known color: Dark Violet. HEX triplet: 9A, 0E and BD. RGB value is (154,14,189). Sum of RGB (Red+Green+Blue) = 154+14+189=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A0EBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0EBD is #65F142. Grayscale: #4B4B4B. Windows color (decimal): -6680899 or 12390042. OLE color: 12390042.
HSL color Cylindrical-coordinate representation of color #9A0EBD: hue angle of 288º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0EBD is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 14 | 189 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.26 |
| HSL | 288º | 0.86% | 0.4% | - |
| HSV(B) | 288º | 0.93% | 0.74% | - |
| XYZ | 22.67 | 10.86 | 49.05 | - |
| YUV | 75.81 | 191.88 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 14 | 189 | 0.19 | 0.93 | 0 | 0.26 | 288 | 0.86 | 0.4 |
| Hex | 9A | E | BD | 13 | 5D | 0 | 1A | 120 | 56 | 28 |
| Octal | 232 | 16 | 275 | 23 | 135 | 0 | 32 | 440 | 126 | 50 |
| Binary | 10011010 | 1110 | 10111101 | 10011 | 1011101 | 0 | 11010 | 100100000 | 1010110 | 101000 |
Color Harmonies of #9A0EBD
Complementary color
Monochromatic Colors of #9A0EBD
Black with #9A0EBD
Text Example
Text Example
White with #9A0EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0EBD; }
p { color: rgb(154,14,189); }
H1.HeaderClassName
{
color: #9A0EBD;
}
.AnyTagClassName
{
color: #9A0EBD;
}
</style>
background-color css
<style>
a { background-color: #9A0EBD; }
a { background-color: rgb(154,14,189); }
div.DivClassName
{
background-color: #9A0EBD;
}
.BgClassName
{
background-color: #9A0EBD;
}
</style>
border-color css
<style>
span { border-color: #9A0EBD; }
span { border-color: rgb(154,14,189); }
td.TdClassName
{
border-color: #9A0EBD;
}
.TagClassName
{
border-color: #9A0EBD;
}
</style>