Shades of Dark Violet #9A0ABC
Tints of Dark Violet #9A0ABC
RGB
CMYK
RGB Variations
Color information
#9A0ABC (or 0x9A0ABC) is known color: Dark Violet. HEX triplet: 9A, 0A and BC. RGB value is (154,10,188). Sum of RGB (Red+Green+Blue) = 154+10+188=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A0ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0ABC is #65F543. Grayscale: #484848. Windows color (decimal): -6681924 or 12323482. OLE color: 12323482.
HSL color Cylindrical-coordinate representation of color #9A0ABC: hue angle of 288.54º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0ABC is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 10 | 188 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.26 |
| HSL | 288.54º | 0.9% | 0.39% | - |
| HSV(B) | 288.54º | 0.95% | 0.74% | - |
| XYZ | 22.51 | 10.72 | 48.46 | - |
| YUV | 73.35 | 192.71 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 188 | 0.18 | 0.95 | 0 | 0.26 | 288.54 | 0.9 | 0.39 |
| Hex | 9A | A | BC | 12 | 5F | 0 | 1A | 121 | 5A | 27 |
| Octal | 232 | 12 | 274 | 22 | 137 | 0 | 32 | 441 | 132 | 47 |
| Binary | 10011010 | 1010 | 10111100 | 10010 | 1011111 | 0 | 11010 | 100100001 | 1011010 | 100111 |
Color Harmonies of #9A0ABC
Complementary color
Monochromatic Colors of #9A0ABC
Black with #9A0ABC
Text Example
Text Example
White with #9A0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0ABC; }
p { color: rgb(154,10,188); }
H1.HeaderClassName
{
color: #9A0ABC;
}
.AnyTagClassName
{
color: #9A0ABC;
}
</style>
background-color css
<style>
a { background-color: #9A0ABC; }
a { background-color: rgb(154,10,188); }
div.DivClassName
{
background-color: #9A0ABC;
}
.BgClassName
{
background-color: #9A0ABC;
}
</style>
border-color css
<style>
span { border-color: #9A0ABC; }
span { border-color: rgb(154,10,188); }
td.TdClassName
{
border-color: #9A0ABC;
}
.TagClassName
{
border-color: #9A0ABC;
}
</style>