Shades of Dark Violet #8D02EE
Tints of Dark Violet #8D02EE
RGB
CMYK
RGB Variations
Color information
#8D02EE (or 0x8D02EE) is known color: Dark Violet. HEX triplet: 8D, 02 and EE. RGB value is (141,2,238). Sum of RGB (Red+Green+Blue) = 141+2+238=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D02EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D02EE is #72FD11. Grayscale: #454545. Windows color (decimal): -7535890 or 15598221. OLE color: 15598221.
HSL color Cylindrical-coordinate representation of color #8D02EE: hue angle of 275.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D02EE is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 2 | 238 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.07 |
| HSL | 275.34º | 0.98% | 0.47% | - |
| HSV(B) | 275.34º | 0.99% | 0.93% | - |
| XYZ | 26.44 | 11.88 | 81.79 | - |
| YUV | 70.47 | 222.55 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 238 | 0.41 | 0.99 | 0 | 0.07 | 275.34 | 0.98 | 0.47 |
| Hex | 8D | 2 | EE | 29 | 63 | 0 | 7 | 113 | 62 | 2F |
| Octal | 215 | 2 | 356 | 51 | 143 | 0 | 7 | 423 | 142 | 57 |
| Binary | 10001101 | 10 | 11101110 | 101001 | 1100011 | 0 | 111 | 100010011 | 1100010 | 101111 |
Color Harmonies of #8D02EE
Complementary color
Monochromatic Colors of #8D02EE
Black with #8D02EE
Text Example
Text Example
White with #8D02EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D02EE; }
p { color: rgb(141,2,238); }
H1.HeaderClassName
{
color: #8D02EE;
}
.AnyTagClassName
{
color: #8D02EE;
}
</style>
background-color css
<style>
a { background-color: #8D02EE; }
a { background-color: rgb(141,2,238); }
div.DivClassName
{
background-color: #8D02EE;
}
.BgClassName
{
background-color: #8D02EE;
}
</style>
border-color css
<style>
span { border-color: #8D02EE; }
span { border-color: rgb(141,2,238); }
td.TdClassName
{
border-color: #8D02EE;
}
.TagClassName
{
border-color: #8D02EE;
}
</style>