Shades of Dark Violet #8802D6
Tints of Dark Violet #8802D6
RGB
CMYK
RGB Variations
Color information
#8802D6 (or 0x8802D6) is known color: Dark Violet. HEX triplet: 88, 02 and D6. RGB value is (136,2,214). Sum of RGB (Red+Green+Blue) = 136+2+214=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 214 (83.98% from 255 or 60.80% from 352); Max value from RGB is 214 - color contains mainly: blue. Hex color #8802D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8802D6 is #77FD29. Grayscale: #414141. Windows color (decimal): -7863594 or 14025352. OLE color: 14025352.
HSL color Cylindrical-coordinate representation of color #8802D6: hue angle of 277.92º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802D6 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 2 | 214 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.16 |
| HSL | 277.92º | 0.98% | 0.42% | - |
| HSV(B) | 277.92º | 0.99% | 0.84% | - |
| XYZ | 22.31 | 10.13 | 64.4 | - |
| YUV | 66.23 | 211.39 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 214 | 0.36 | 0.99 | 0 | 0.16 | 277.92 | 0.98 | 0.42 |
| Hex | 88 | 2 | D6 | 24 | 63 | 0 | 10 | 116 | 62 | 2A |
| Octal | 210 | 2 | 326 | 44 | 143 | 0 | 20 | 426 | 142 | 52 |
| Binary | 10001000 | 10 | 11010110 | 100100 | 1100011 | 0 | 10000 | 100010110 | 1100010 | 101010 |
Color Harmonies of #8802D6
Complementary color
Monochromatic Colors of #8802D6
Black with #8802D6
Text Example
Text Example
White with #8802D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8802D6; }
p { color: rgb(136,2,214); }
H1.HeaderClassName
{
color: #8802D6;
}
.AnyTagClassName
{
color: #8802D6;
}
</style>
background-color css
<style>
a { background-color: #8802D6; }
a { background-color: rgb(136,2,214); }
div.DivClassName
{
background-color: #8802D6;
}
.BgClassName
{
background-color: #8802D6;
}
</style>
border-color css
<style>
span { border-color: #8802D6; }
span { border-color: rgb(136,2,214); }
td.TdClassName
{
border-color: #8802D6;
}
.TagClassName
{
border-color: #8802D6;
}
</style>