Shades of Dark Violet #9D05DC
Tints of Dark Violet #9D05DC
RGB
CMYK
RGB Variations
Color information
#9D05DC (or 0x9D05DC) is known color: Dark Violet. HEX triplet: 9D, 05 and DC. RGB value is (157,5,220). Sum of RGB (Red+Green+Blue) = 157+5+220=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D05DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D05DC is #62FA23. Grayscale: #4A4A4A. Windows color (decimal): -6486564 or 14419357. OLE color: 14419357.
HSL color Cylindrical-coordinate representation of color #9D05DC: hue angle of 282.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D05DC is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 5 | 220 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.14 |
| HSL | 282.42º | 0.96% | 0.44% | - |
| HSV(B) | 282.42º | 0.98% | 0.86% | - |
| XYZ | 26.88 | 12.44 | 68.7 | - |
| YUV | 74.96 | 209.86 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 5 | 220 | 0.29 | 0.98 | 0 | 0.14 | 282.42 | 0.96 | 0.44 |
| Hex | 9D | 5 | DC | 1D | 62 | 0 | E | 11A | 60 | 2C |
| Octal | 235 | 5 | 334 | 35 | 142 | 0 | 16 | 432 | 140 | 54 |
| Binary | 10011101 | 101 | 11011100 | 11101 | 1100010 | 0 | 1110 | 100011010 | 1100000 | 101100 |
Color Harmonies of #9D05DC
Complementary color
Monochromatic Colors of #9D05DC
Black with #9D05DC
Text Example
Text Example
White with #9D05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D05DC; }
p { color: rgb(157,5,220); }
H1.HeaderClassName
{
color: #9D05DC;
}
.AnyTagClassName
{
color: #9D05DC;
}
</style>
background-color css
<style>
a { background-color: #9D05DC; }
a { background-color: rgb(157,5,220); }
div.DivClassName
{
background-color: #9D05DC;
}
.BgClassName
{
background-color: #9D05DC;
}
</style>
border-color css
<style>
span { border-color: #9D05DC; }
span { border-color: rgb(157,5,220); }
td.TdClassName
{
border-color: #9D05DC;
}
.TagClassName
{
border-color: #9D05DC;
}
</style>