Shades of Dark Violet #9D03CF
Tints of Dark Violet #9D03CF
RGB
CMYK
RGB Variations
Color information
#9D03CF (or 0x9D03CF) is known color: Dark Violet. HEX triplet: 9D, 03 and CF. RGB value is (157,3,207). Sum of RGB (Red+Green+Blue) = 157+3+207=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D03CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D03CF is #62FC30. Grayscale: #474747. Windows color (decimal): -6487089 or 13566877. OLE color: 13566877.
HSL color Cylindrical-coordinate representation of color #9D03CF: hue angle of 285.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D03CF is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 3 | 207 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.19 |
| HSL | 285.29º | 0.97% | 0.41% | - |
| HSV(B) | 285.29º | 0.99% | 0.81% | - |
| XYZ | 25.2 | 11.74 | 59.97 | - |
| YUV | 72.3 | 204.02 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 207 | 0.24 | 0.99 | 0 | 0.19 | 285.29 | 0.97 | 0.41 |
| Hex | 9D | 3 | CF | 18 | 63 | 0 | 13 | 11D | 61 | 29 |
| Octal | 235 | 3 | 317 | 30 | 143 | 0 | 23 | 435 | 141 | 51 |
| Binary | 10011101 | 11 | 11001111 | 11000 | 1100011 | 0 | 10011 | 100011101 | 1100001 | 101001 |
Color Harmonies of #9D03CF
Complementary color
Monochromatic Colors of #9D03CF
Black with #9D03CF
Text Example
Text Example
White with #9D03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D03CF; }
p { color: rgb(157,3,207); }
H1.HeaderClassName
{
color: #9D03CF;
}
.AnyTagClassName
{
color: #9D03CF;
}
</style>
background-color css
<style>
a { background-color: #9D03CF; }
a { background-color: rgb(157,3,207); }
div.DivClassName
{
background-color: #9D03CF;
}
.BgClassName
{
background-color: #9D03CF;
}
</style>
border-color css
<style>
span { border-color: #9D03CF; }
span { border-color: rgb(157,3,207); }
td.TdClassName
{
border-color: #9D03CF;
}
.TagClassName
{
border-color: #9D03CF;
}
</style>