Shades of Dark Violet #8D02DA
Tints of Dark Violet #8D02DA
RGB
CMYK
RGB Variations
Color information
#8D02DA (or 0x8D02DA) is known color: Dark Violet. HEX triplet: 8D, 02 and DA. RGB value is (141,2,218). Sum of RGB (Red+Green+Blue) = 141+2+218=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D02DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D02DA is #72FD25. Grayscale: #434343. Windows color (decimal): -7535910 or 14287501. OLE color: 14287501.
HSL color Cylindrical-coordinate representation of color #8D02DA: hue angle of 278.61º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D02DA is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 2 | 218 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.15 |
| HSL | 278.61º | 0.98% | 0.43% | - |
| HSV(B) | 278.61º | 0.99% | 0.85% | - |
| XYZ | 23.66 | 10.77 | 67.16 | - |
| YUV | 68.19 | 212.55 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 218 | 0.35 | 0.99 | 0 | 0.15 | 278.61 | 0.98 | 0.43 |
| Hex | 8D | 2 | DA | 23 | 63 | 0 | F | 117 | 62 | 2B |
| Octal | 215 | 2 | 332 | 43 | 143 | 0 | 17 | 427 | 142 | 53 |
| Binary | 10001101 | 10 | 11011010 | 100011 | 1100011 | 0 | 1111 | 100010111 | 1100010 | 101011 |
Color Harmonies of #8D02DA
Complementary color
Monochromatic Colors of #8D02DA
Black with #8D02DA
Text Example
Text Example
White with #8D02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D02DA; }
p { color: rgb(141,2,218); }
H1.HeaderClassName
{
color: #8D02DA;
}
.AnyTagClassName
{
color: #8D02DA;
}
</style>
background-color css
<style>
a { background-color: #8D02DA; }
a { background-color: rgb(141,2,218); }
div.DivClassName
{
background-color: #8D02DA;
}
.BgClassName
{
background-color: #8D02DA;
}
</style>
border-color css
<style>
span { border-color: #8D02DA; }
span { border-color: rgb(141,2,218); }
td.TdClassName
{
border-color: #8D02DA;
}
.TagClassName
{
border-color: #8D02DA;
}
</style>