Shades of Dark Violet #9D00DA
Tints of Dark Violet #9D00DA
RGB
CMYK
RGB Variations
Color information
#9D00DA (or 0x9D00DA) is known color: Dark Violet. HEX triplet: 9D, 00 and DA. RGB value is (157,0,218). Sum of RGB (Red+Green+Blue) = 157+0+218=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D00DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D00DA is #62FF25. Grayscale: #474747. Windows color (decimal): -6487846 or 14287005. OLE color: 14287005.
HSL color Cylindrical-coordinate representation of color #9D00DA: hue angle of 283.21º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D00DA is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 0 | 218 | - |
| CMYK | 0.28 | 1 | 0 | 0.15 |
| HSL | 283.21º | 1% | 0.43% | - |
| HSV(B) | 283.21º | 1% | 0.85% | - |
| XYZ | 26.56 | 12.23 | 67.29 | - |
| YUV | 71.8 | 210.51 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 218 | 0.28 | 1 | 0 | 0.15 | 283.21 | 1 | 0.43 |
| Hex | 9D | 0 | DA | 1C | 64 | 0 | F | 11B | 64 | 2B |
| Octal | 235 | 0 | 332 | 34 | 144 | 0 | 17 | 433 | 144 | 53 |
| Binary | 10011101 | 0 | 11011010 | 11100 | 1100100 | 0 | 1111 | 100011011 | 1100100 | 101011 |
Color Harmonies of #9D00DA
Complementary color
Monochromatic Colors of #9D00DA
Black with #9D00DA
Text Example
Text Example
White with #9D00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D00DA; }
p { color: rgb(157,0,218); }
H1.HeaderClassName
{
color: #9D00DA;
}
.AnyTagClassName
{
color: #9D00DA;
}
</style>
background-color css
<style>
a { background-color: #9D00DA; }
a { background-color: rgb(157,0,218); }
div.DivClassName
{
background-color: #9D00DA;
}
.BgClassName
{
background-color: #9D00DA;
}
</style>
border-color css
<style>
span { border-color: #9D00DA; }
span { border-color: rgb(157,0,218); }
td.TdClassName
{
border-color: #9D00DA;
}
.TagClassName
{
border-color: #9D00DA;
}
</style>