Shades of Dark Violet #9A0ABB
Tints of Dark Violet #9A0ABB
RGB
CMYK
RGB Variations
Color information
#9A0ABB (or 0x9A0ABB) is known color: Dark Violet. HEX triplet: 9A, 0A and BB. RGB value is (154,10,187). Sum of RGB (Red+Green+Blue) = 154+10+187=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A0ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0ABB is #65F544. Grayscale: #484848. Windows color (decimal): -6681925 or 12257946. OLE color: 12257946.
HSL color Cylindrical-coordinate representation of color #9A0ABB: hue angle of 288.81º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0ABB is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 10 | 187 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.27 |
| HSL | 288.81º | 0.9% | 0.39% | - |
| HSV(B) | 288.81º | 0.95% | 0.73% | - |
| XYZ | 22.4 | 10.67 | 47.89 | - |
| YUV | 73.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 10 | 187 | 0.18 | 0.95 | 0 | 0.27 | 288.81 | 0.9 | 0.39 |
| Hex | 9A | A | BB | 12 | 5F | 0 | 1B | 121 | 5A | 27 |
| Octal | 232 | 12 | 273 | 22 | 137 | 0 | 33 | 441 | 132 | 47 |
| Binary | 10011010 | 1010 | 10111011 | 10010 | 1011111 | 0 | 11011 | 100100001 | 1011010 | 100111 |
Color Harmonies of #9A0ABB
Complementary color
Monochromatic Colors of #9A0ABB
Black with #9A0ABB
Text Example
Text Example
White with #9A0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0ABB; }
p { color: rgb(154,10,187); }
H1.HeaderClassName
{
color: #9A0ABB;
}
.AnyTagClassName
{
color: #9A0ABB;
}
</style>
background-color css
<style>
a { background-color: #9A0ABB; }
a { background-color: rgb(154,10,187); }
div.DivClassName
{
background-color: #9A0ABB;
}
.BgClassName
{
background-color: #9A0ABB;
}
</style>
border-color css
<style>
span { border-color: #9A0ABB; }
span { border-color: rgb(154,10,187); }
td.TdClassName
{
border-color: #9A0ABB;
}
.TagClassName
{
border-color: #9A0ABB;
}
</style>