Shades of Dark Violet #8D02CA
Tints of Dark Violet #8D02CA
RGB
CMYK
RGB Variations
Color information
#8D02CA (or 0x8D02CA) is known color: Dark Violet. HEX triplet: 8D, 02 and CA. RGB value is (141,2,202). Sum of RGB (Red+Green+Blue) = 141+2+202=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D02CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D02CA is #72FD35. Grayscale: #414141. Windows color (decimal): -7535926 or 13238925. OLE color: 13238925.
HSL color Cylindrical-coordinate representation of color #8D02CA: hue angle of 281.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D02CA is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 2 | 202 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.21 |
| HSL | 281.7º | 0.98% | 0.4% | - |
| HSV(B) | 281.7º | 0.99% | 0.79% | - |
| XYZ | 21.67 | 9.97 | 56.66 | - |
| YUV | 66.36 | 204.55 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 202 | 0.30 | 0.99 | 0 | 0.21 | 281.7 | 0.98 | 0.4 |
| Hex | 8D | 2 | CA | 1E | 63 | 0 | 15 | 11A | 62 | 28 |
| Octal | 215 | 2 | 312 | 36 | 143 | 0 | 25 | 432 | 142 | 50 |
| Binary | 10001101 | 10 | 11001010 | 11110 | 1100011 | 0 | 10101 | 100011010 | 1100010 | 101000 |
Color Harmonies of #8D02CA
Complementary color
Monochromatic Colors of #8D02CA
Black with #8D02CA
Text Example
Text Example
White with #8D02CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D02CA; }
p { color: rgb(141,2,202); }
H1.HeaderClassName
{
color: #8D02CA;
}
.AnyTagClassName
{
color: #8D02CA;
}
</style>
background-color css
<style>
a { background-color: #8D02CA; }
a { background-color: rgb(141,2,202); }
div.DivClassName
{
background-color: #8D02CA;
}
.BgClassName
{
background-color: #8D02CA;
}
</style>
border-color css
<style>
span { border-color: #8D02CA; }
span { border-color: rgb(141,2,202); }
td.TdClassName
{
border-color: #8D02CA;
}
.TagClassName
{
border-color: #8D02CA;
}
</style>