Shades of Dark Violet #9D02CE
Tints of Dark Violet #9D02CE
RGB
CMYK
RGB Variations
Color information
#9D02CE (or 0x9D02CE) is known color: Dark Violet. HEX triplet: 9D, 02 and CE. RGB value is (157,2,206). Sum of RGB (Red+Green+Blue) = 157+2+206=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D02CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D02CE is #62FD31. Grayscale: #464646. Windows color (decimal): -6487346 or 13501085. OLE color: 13501085.
HSL color Cylindrical-coordinate representation of color #9D02CE: hue angle of 285.59º degrees, saturation: 0.98, 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 #9D02CE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 2 | 206 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.19 |
| HSL | 285.59º | 0.98% | 0.41% | - |
| HSV(B) | 285.59º | 0.99% | 0.81% | - |
| XYZ | 25.07 | 11.67 | 59.32 | - |
| YUV | 71.6 | 203.85 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 206 | 0.24 | 0.99 | 0 | 0.19 | 285.59 | 0.98 | 0.41 |
| Hex | 9D | 2 | CE | 18 | 63 | 0 | 13 | 11E | 62 | 29 |
| Octal | 235 | 2 | 316 | 30 | 143 | 0 | 23 | 436 | 142 | 51 |
| Binary | 10011101 | 10 | 11001110 | 11000 | 1100011 | 0 | 10011 | 100011110 | 1100010 | 101001 |
Color Harmonies of #9D02CE
Complementary color
Monochromatic Colors of #9D02CE
Black with #9D02CE
Text Example
Text Example
White with #9D02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D02CE; }
p { color: rgb(157,2,206); }
H1.HeaderClassName
{
color: #9D02CE;
}
.AnyTagClassName
{
color: #9D02CE;
}
</style>
background-color css
<style>
a { background-color: #9D02CE; }
a { background-color: rgb(157,2,206); }
div.DivClassName
{
background-color: #9D02CE;
}
.BgClassName
{
background-color: #9D02CE;
}
</style>
border-color css
<style>
span { border-color: #9D02CE; }
span { border-color: rgb(157,2,206); }
td.TdClassName
{
border-color: #9D02CE;
}
.TagClassName
{
border-color: #9D02CE;
}
</style>