Shades of Dark Violet #9D03DE
Tints of Dark Violet #9D03DE
RGB
CMYK
RGB Variations
Color information
#9D03DE (or 0x9D03DE) is known color: Dark Violet. HEX triplet: 9D, 03 and DE. RGB value is (157,3,222). Sum of RGB (Red+Green+Blue) = 157+3+222=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D03DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D03DE is #62FC21. Grayscale: #494949. Windows color (decimal): -6487074 or 14549917. OLE color: 14549917.
HSL color Cylindrical-coordinate representation of color #9D03DE: hue angle of 282.19º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D03DE is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 3 | 222 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.13 |
| HSL | 282.19º | 0.97% | 0.44% | - |
| HSV(B) | 282.19º | 0.99% | 0.87% | - |
| XYZ | 27.12 | 12.51 | 70.09 | - |
| YUV | 74.01 | 211.52 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 222 | 0.29 | 0.99 | 0 | 0.13 | 282.19 | 0.97 | 0.44 |
| Hex | 9D | 3 | DE | 1D | 63 | 0 | D | 11A | 61 | 2C |
| Octal | 235 | 3 | 336 | 35 | 143 | 0 | 15 | 432 | 141 | 54 |
| Binary | 10011101 | 11 | 11011110 | 11101 | 1100011 | 0 | 1101 | 100011010 | 1100001 | 101100 |
Color Harmonies of #9D03DE
Complementary color
Monochromatic Colors of #9D03DE
Black with #9D03DE
Text Example
Text Example
White with #9D03DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D03DE; }
p { color: rgb(157,3,222); }
H1.HeaderClassName
{
color: #9D03DE;
}
.AnyTagClassName
{
color: #9D03DE;
}
</style>
background-color css
<style>
a { background-color: #9D03DE; }
a { background-color: rgb(157,3,222); }
div.DivClassName
{
background-color: #9D03DE;
}
.BgClassName
{
background-color: #9D03DE;
}
</style>
border-color css
<style>
span { border-color: #9D03DE; }
span { border-color: rgb(157,3,222); }
td.TdClassName
{
border-color: #9D03DE;
}
.TagClassName
{
border-color: #9D03DE;
}
</style>