Shades of Dark Violet #9D02DF
Tints of Dark Violet #9D02DF
RGB
CMYK
RGB Variations
Color information
#9D02DF (or 0x9D02DF) is known color: Dark Violet. HEX triplet: 9D, 02 and DF. RGB value is (157,2,223). Sum of RGB (Red+Green+Blue) = 157+2+223=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D02DF is #62FD20. Grayscale: #484848. Windows color (decimal): -6487329 or 14615197. OLE color: 14615197.
HSL color Cylindrical-coordinate representation of color #9D02DF: hue angle of 282.08º degrees, saturation: 0.98, 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 #9D02DF is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 2 | 223 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.13 |
| HSL | 282.08º | 0.98% | 0.44% | - |
| HSV(B) | 282.08º | 0.99% | 0.87% | - |
| XYZ | 27.25 | 12.54 | 70.8 | - |
| YUV | 73.54 | 212.35 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 223 | 0.30 | 0.99 | 0 | 0.13 | 282.08 | 0.98 | 0.44 |
| Hex | 9D | 2 | DF | 1E | 63 | 0 | D | 11A | 62 | 2C |
| Octal | 235 | 2 | 337 | 36 | 143 | 0 | 15 | 432 | 142 | 54 |
| Binary | 10011101 | 10 | 11011111 | 11110 | 1100011 | 0 | 1101 | 100011010 | 1100010 | 101100 |
Color Harmonies of #9D02DF
Complementary color
Monochromatic Colors of #9D02DF
Black with #9D02DF
Text Example
Text Example
White with #9D02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D02DF; }
p { color: rgb(157,2,223); }
H1.HeaderClassName
{
color: #9D02DF;
}
.AnyTagClassName
{
color: #9D02DF;
}
</style>
background-color css
<style>
a { background-color: #9D02DF; }
a { background-color: rgb(157,2,223); }
div.DivClassName
{
background-color: #9D02DF;
}
.BgClassName
{
background-color: #9D02DF;
}
</style>
border-color css
<style>
span { border-color: #9D02DF; }
span { border-color: rgb(157,2,223); }
td.TdClassName
{
border-color: #9D02DF;
}
.TagClassName
{
border-color: #9D02DF;
}
</style>