Shades of Dark Violet #9A0CD9
Tints of Dark Violet #9A0CD9
RGB
CMYK
RGB Variations
Color information
#9A0CD9 (or 0x9A0CD9) is known color: Dark Violet. HEX triplet: 9A, 0C and D9. RGB value is (154,12,217). Sum of RGB (Red+Green+Blue) = 154+12+217=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 217 (85.16% from 255 or 56.66% from 383); Max value from RGB is 217 - color contains mainly: blue. Hex color #9A0CD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0CD9 is #65F326. Grayscale: #4D4D4D. Windows color (decimal): -6681383 or 14224538. OLE color: 14224538.
HSL color Cylindrical-coordinate representation of color #9A0CD9: hue angle of 281.56º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0CD9 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 12 | 217 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.15 |
| HSL | 281.56º | 0.9% | 0.45% | - |
| HSV(B) | 281.56º | 0.94% | 0.85% | - |
| XYZ | 25.98 | 12.14 | 66.62 | - |
| YUV | 77.83 | 206.54 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 12 | 217 | 0.29 | 0.94 | 0 | 0.15 | 281.56 | 0.9 | 0.45 |
| Hex | 9A | C | D9 | 1D | 5E | 0 | F | 11A | 5A | 2D |
| Octal | 232 | 14 | 331 | 35 | 136 | 0 | 17 | 432 | 132 | 55 |
| Binary | 10011010 | 1100 | 11011001 | 11101 | 1011110 | 0 | 1111 | 100011010 | 1011010 | 101101 |
Color Harmonies of #9A0CD9
Complementary color
Monochromatic Colors of #9A0CD9
Black with #9A0CD9
Text Example
Text Example
White with #9A0CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0CD9; }
p { color: rgb(154,12,217); }
H1.HeaderClassName
{
color: #9A0CD9;
}
.AnyTagClassName
{
color: #9A0CD9;
}
</style>
background-color css
<style>
a { background-color: #9A0CD9; }
a { background-color: rgb(154,12,217); }
div.DivClassName
{
background-color: #9A0CD9;
}
.BgClassName
{
background-color: #9A0CD9;
}
</style>
border-color css
<style>
span { border-color: #9A0CD9; }
span { border-color: rgb(154,12,217); }
td.TdClassName
{
border-color: #9A0CD9;
}
.TagClassName
{
border-color: #9A0CD9;
}
</style>