Shades of Dark Violet #8D02C7
Tints of Dark Violet #8D02C7
RGB
CMYK
RGB Variations
Color information
#8D02C7 (or 0x8D02C7) is known color: Dark Violet. HEX triplet: 8D, 02 and C7. RGB value is (141,2,199). Sum of RGB (Red+Green+Blue) = 141+2+199=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 199 (78.12% from 255 or 58.19% from 342); Max value from RGB is 199 - color contains mainly: blue. Hex color #8D02C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D02C7 is #72FD38. Grayscale: #414141. Windows color (decimal): -7535929 or 13042317. OLE color: 13042317.
HSL color Cylindrical-coordinate representation of color #8D02C7: hue angle of 282.34º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D02C7 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 2 | 199 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.22 |
| HSL | 282.34º | 0.98% | 0.39% | - |
| HSV(B) | 282.34º | 0.99% | 0.78% | - |
| XYZ | 21.32 | 9.83 | 54.81 | - |
| YUV | 66.02 | 203.05 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 199 | 0.29 | 0.99 | 0 | 0.22 | 282.34 | 0.98 | 0.39 |
| Hex | 8D | 2 | C7 | 1D | 63 | 0 | 16 | 11A | 62 | 27 |
| Octal | 215 | 2 | 307 | 35 | 143 | 0 | 26 | 432 | 142 | 47 |
| Binary | 10001101 | 10 | 11000111 | 11101 | 1100011 | 0 | 10110 | 100011010 | 1100010 | 100111 |
Color Harmonies of #8D02C7
Complementary color
Monochromatic Colors of #8D02C7
Black with #8D02C7
Text Example
Text Example
White with #8D02C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D02C7; }
p { color: rgb(141,2,199); }
H1.HeaderClassName
{
color: #8D02C7;
}
.AnyTagClassName
{
color: #8D02C7;
}
</style>
background-color css
<style>
a { background-color: #8D02C7; }
a { background-color: rgb(141,2,199); }
div.DivClassName
{
background-color: #8D02C7;
}
.BgClassName
{
background-color: #8D02C7;
}
</style>
border-color css
<style>
span { border-color: #8D02C7; }
span { border-color: rgb(141,2,199); }
td.TdClassName
{
border-color: #8D02C7;
}
.TagClassName
{
border-color: #8D02C7;
}
</style>