Shades of Dark Violet #9D04CE
Tints of Dark Violet #9D04CE
RGB
CMYK
RGB Variations
Color information
#9D04CE (or 0x9D04CE) is known color: Dark Violet. HEX triplet: 9D, 04 and CE. RGB value is (157,4,206). Sum of RGB (Red+Green+Blue) = 157+4+206=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D04CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D04CE is #62FB31. Grayscale: #484848. Windows color (decimal): -6486834 or 13501597. OLE color: 13501597.
HSL color Cylindrical-coordinate representation of color #9D04CE: hue angle of 285.45º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D04CE is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 4 | 206 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.19 |
| HSL | 285.45º | 0.96% | 0.41% | - |
| HSV(B) | 285.45º | 0.98% | 0.81% | - |
| XYZ | 25.09 | 11.71 | 59.33 | - |
| YUV | 72.78 | 203.19 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 4 | 206 | 0.24 | 0.98 | 0 | 0.19 | 285.45 | 0.96 | 0.41 |
| Hex | 9D | 4 | CE | 18 | 62 | 0 | 13 | 11D | 60 | 29 |
| Octal | 235 | 4 | 316 | 30 | 142 | 0 | 23 | 435 | 140 | 51 |
| Binary | 10011101 | 100 | 11001110 | 11000 | 1100010 | 0 | 10011 | 100011101 | 1100000 | 101001 |
Color Harmonies of #9D04CE
Complementary color
Monochromatic Colors of #9D04CE
Black with #9D04CE
Text Example
Text Example
White with #9D04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D04CE; }
p { color: rgb(157,4,206); }
H1.HeaderClassName
{
color: #9D04CE;
}
.AnyTagClassName
{
color: #9D04CE;
}
</style>
background-color css
<style>
a { background-color: #9D04CE; }
a { background-color: rgb(157,4,206); }
div.DivClassName
{
background-color: #9D04CE;
}
.BgClassName
{
background-color: #9D04CE;
}
</style>
border-color css
<style>
span { border-color: #9D04CE; }
span { border-color: rgb(157,4,206); }
td.TdClassName
{
border-color: #9D04CE;
}
.TagClassName
{
border-color: #9D04CE;
}
</style>