Shades of Dark Violet #9D0AD9
Tints of Dark Violet #9D0AD9
RGB
CMYK
RGB Variations
Color information
#9D0AD9 (or 0x9D0AD9) is known color: Dark Violet. HEX triplet: 9D, 0A and D9. RGB value is (157,10,217). Sum of RGB (Red+Green+Blue) = 157+10+217=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 217 (85.16% from 255 or 56.51% from 384); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D0AD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0AD9 is #62F526. Grayscale: #4C4C4C. Windows color (decimal): -6485287 or 14224029. OLE color: 14224029.
HSL color Cylindrical-coordinate representation of color #9D0AD9: hue angle of 282.61º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0AD9 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 10 | 217 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.15 |
| HSL | 282.61º | 0.91% | 0.45% | - |
| HSV(B) | 282.61º | 0.95% | 0.85% | - |
| XYZ | 26.54 | 12.39 | 66.64 | - |
| YUV | 77.55 | 206.7 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 217 | 0.28 | 0.95 | 0 | 0.15 | 282.61 | 0.91 | 0.45 |
| Hex | 9D | A | D9 | 1C | 5F | 0 | F | 11B | 5B | 2D |
| Octal | 235 | 12 | 331 | 34 | 137 | 0 | 17 | 433 | 133 | 55 |
| Binary | 10011101 | 1010 | 11011001 | 11100 | 1011111 | 0 | 1111 | 100011011 | 1011011 | 101101 |
Color Harmonies of #9D0AD9
Complementary color
Monochromatic Colors of #9D0AD9
Black with #9D0AD9
Text Example
Text Example
White with #9D0AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0AD9; }
p { color: rgb(157,10,217); }
H1.HeaderClassName
{
color: #9D0AD9;
}
.AnyTagClassName
{
color: #9D0AD9;
}
</style>
background-color css
<style>
a { background-color: #9D0AD9; }
a { background-color: rgb(157,10,217); }
div.DivClassName
{
background-color: #9D0AD9;
}
.BgClassName
{
background-color: #9D0AD9;
}
</style>
border-color css
<style>
span { border-color: #9D0AD9; }
span { border-color: rgb(157,10,217); }
td.TdClassName
{
border-color: #9D0AD9;
}
.TagClassName
{
border-color: #9D0AD9;
}
</style>