Shades of Dark Violet #9D03EC
Tints of Dark Violet #9D03EC
RGB
CMYK
RGB Variations
Color information
#9D03EC (or 0x9D03EC) is known color: Dark Violet. HEX triplet: 9D, 03 and EC. RGB value is (157,3,236). Sum of RGB (Red+Green+Blue) = 157+3+236=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D03EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D03EC is #62FC13. Grayscale: #4A4A4A. Windows color (decimal): -6487060 or 15467421. OLE color: 15467421.
HSL color Cylindrical-coordinate representation of color #9D03EC: hue angle of 279.66º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D03EC is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 3 | 236 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.07 |
| HSL | 279.66º | 0.97% | 0.47% | - |
| HSV(B) | 279.66º | 0.99% | 0.93% | - |
| XYZ | 29.08 | 13.29 | 80.39 | - |
| YUV | 75.61 | 218.52 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 236 | 0.33 | 0.99 | 0 | 0.07 | 279.66 | 0.97 | 0.47 |
| Hex | 9D | 3 | EC | 21 | 63 | 0 | 7 | 118 | 61 | 2F |
| Octal | 235 | 3 | 354 | 41 | 143 | 0 | 7 | 430 | 141 | 57 |
| Binary | 10011101 | 11 | 11101100 | 100001 | 1100011 | 0 | 111 | 100011000 | 1100001 | 101111 |
Color Harmonies of #9D03EC
Complementary color
Monochromatic Colors of #9D03EC
Black with #9D03EC
Text Example
Text Example
White with #9D03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D03EC; }
p { color: rgb(157,3,236); }
H1.HeaderClassName
{
color: #9D03EC;
}
.AnyTagClassName
{
color: #9D03EC;
}
</style>
background-color css
<style>
a { background-color: #9D03EC; }
a { background-color: rgb(157,3,236); }
div.DivClassName
{
background-color: #9D03EC;
}
.BgClassName
{
background-color: #9D03EC;
}
</style>
border-color css
<style>
span { border-color: #9D03EC; }
span { border-color: rgb(157,3,236); }
td.TdClassName
{
border-color: #9D03EC;
}
.TagClassName
{
border-color: #9D03EC;
}
</style>