Shades of Dark Violet #9D03EA
Tints of Dark Violet #9D03EA
RGB
CMYK
RGB Variations
Color information
#9D03EA (or 0x9D03EA) is known color: Dark Violet. HEX triplet: 9D, 03 and EA. RGB value is (157,3,234). Sum of RGB (Red+Green+Blue) = 157+3+234=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D03EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D03EA is #62FC15. Grayscale: #4A4A4A. Windows color (decimal): -6487062 or 15336349. OLE color: 15336349.
HSL color Cylindrical-coordinate representation of color #9D03EA: hue angle of 280º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D03EA is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 3 | 234 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.08 |
| HSL | 280º | 0.97% | 0.46% | - |
| HSV(B) | 280º | 0.99% | 0.92% | - |
| XYZ | 28.79 | 13.17 | 78.87 | - |
| YUV | 75.38 | 217.52 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 234 | 0.33 | 0.99 | 0 | 0.08 | 280 | 0.97 | 0.46 |
| Hex | 9D | 3 | EA | 21 | 63 | 0 | 8 | 118 | 61 | 2E |
| Octal | 235 | 3 | 352 | 41 | 143 | 0 | 10 | 430 | 141 | 56 |
| Binary | 10011101 | 11 | 11101010 | 100001 | 1100011 | 0 | 1000 | 100011000 | 1100001 | 101110 |
Color Harmonies of #9D03EA
Complementary color
Monochromatic Colors of #9D03EA
Black with #9D03EA
Text Example
Text Example
White with #9D03EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D03EA; }
p { color: rgb(157,3,234); }
H1.HeaderClassName
{
color: #9D03EA;
}
.AnyTagClassName
{
color: #9D03EA;
}
</style>
background-color css
<style>
a { background-color: #9D03EA; }
a { background-color: rgb(157,3,234); }
div.DivClassName
{
background-color: #9D03EA;
}
.BgClassName
{
background-color: #9D03EA;
}
</style>
border-color css
<style>
span { border-color: #9D03EA; }
span { border-color: rgb(157,3,234); }
td.TdClassName
{
border-color: #9D03EA;
}
.TagClassName
{
border-color: #9D03EA;
}
</style>