Shades of Dark Violet #9A0DD2
Tints of Dark Violet #9A0DD2
RGB
CMYK
RGB Variations
Color information
#9A0DD2 (or 0x9A0DD2) is known color: Dark Violet. HEX triplet: 9A, 0D and D2. RGB value is (154,13,210). Sum of RGB (Red+Green+Blue) = 154+13+210=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 210 (82.42% from 255 or 55.70% from 377); Max value from RGB is 210 - color contains mainly: blue. Hex color #9A0DD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0DD2 is #65F22D. Grayscale: #4C4C4C. Windows color (decimal): -6681134 or 13766042. OLE color: 13766042.
HSL color Cylindrical-coordinate representation of color #9A0DD2: hue angle of 282.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0DD2 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 13 | 210 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.18 |
| HSL | 282.94º | 0.88% | 0.44% | - |
| HSV(B) | 282.94º | 0.94% | 0.82% | - |
| XYZ | 25.1 | 11.81 | 61.93 | - |
| YUV | 77.62 | 202.71 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 210 | 0.27 | 0.94 | 0 | 0.18 | 282.94 | 0.88 | 0.44 |
| Hex | 9A | D | D2 | 1B | 5E | 0 | 12 | 11B | 58 | 2C |
| Octal | 232 | 15 | 322 | 33 | 136 | 0 | 22 | 433 | 130 | 54 |
| Binary | 10011010 | 1101 | 11010010 | 11011 | 1011110 | 0 | 10010 | 100011011 | 1011000 | 101100 |
Color Harmonies of #9A0DD2
Complementary color
Monochromatic Colors of #9A0DD2
Black with #9A0DD2
Text Example
Text Example
White with #9A0DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0DD2; }
p { color: rgb(154,13,210); }
H1.HeaderClassName
{
color: #9A0DD2;
}
.AnyTagClassName
{
color: #9A0DD2;
}
</style>
background-color css
<style>
a { background-color: #9A0DD2; }
a { background-color: rgb(154,13,210); }
div.DivClassName
{
background-color: #9A0DD2;
}
.BgClassName
{
background-color: #9A0DD2;
}
</style>
border-color css
<style>
span { border-color: #9A0DD2; }
span { border-color: rgb(154,13,210); }
td.TdClassName
{
border-color: #9A0DD2;
}
.TagClassName
{
border-color: #9A0DD2;
}
</style>