Shades of Dark Violet #8802ED
Tints of Dark Violet #8802ED
RGB
CMYK
RGB Variations
Color information
#8802ED (or 0x8802ED) is known color: Dark Violet. HEX triplet: 88, 02 and ED. RGB value is (136,2,237). Sum of RGB (Red+Green+Blue) = 136+2+237=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #8802ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8802ED is #77FD12. Grayscale: #444444. Windows color (decimal): -7863571 or 15532680. OLE color: 15532680.
HSL color Cylindrical-coordinate representation of color #8802ED: hue angle of 274.21º 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 #8802ED is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 2 | 237 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.07 |
| HSL | 274.21º | 0.98% | 0.47% | - |
| HSV(B) | 274.21º | 0.99% | 0.93% | - |
| XYZ | 25.46 | 11.39 | 80.98 | - |
| YUV | 68.86 | 222.89 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 237 | 0.43 | 0.99 | 0 | 0.07 | 274.21 | 0.98 | 0.47 |
| Hex | 88 | 2 | ED | 2B | 63 | 0 | 7 | 112 | 62 | 2F |
| Octal | 210 | 2 | 355 | 53 | 143 | 0 | 7 | 422 | 142 | 57 |
| Binary | 10001000 | 10 | 11101101 | 101011 | 1100011 | 0 | 111 | 100010010 | 1100010 | 101111 |
Color Harmonies of #8802ED
Complementary color
Monochromatic Colors of #8802ED
Black with #8802ED
Text Example
Text Example
White with #8802ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8802ED; }
p { color: rgb(136,2,237); }
H1.HeaderClassName
{
color: #8802ED;
}
.AnyTagClassName
{
color: #8802ED;
}
</style>
background-color css
<style>
a { background-color: #8802ED; }
a { background-color: rgb(136,2,237); }
div.DivClassName
{
background-color: #8802ED;
}
.BgClassName
{
background-color: #8802ED;
}
</style>
border-color css
<style>
span { border-color: #8802ED; }
span { border-color: rgb(136,2,237); }
td.TdClassName
{
border-color: #8802ED;
}
.TagClassName
{
border-color: #8802ED;
}
</style>