Shades of Dark Violet #8802BB
Tints of Dark Violet #8802BB
RGB
CMYK
RGB Variations
Color information
#8802BB (or 0x8802BB) is known color: Dark Violet. HEX triplet: 88, 02 and BB. RGB value is (136,2,187). Sum of RGB (Red+Green+Blue) = 136+2+187=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #8802BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8802BB is #77FD44. Grayscale: #3E3E3E. Windows color (decimal): -7863621 or 12255880. OLE color: 12255880.
HSL color Cylindrical-coordinate representation of color #8802BB: hue angle of 283.46º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802BB is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 2 | 187 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.27 |
| HSL | 283.46º | 0.98% | 0.37% | - |
| HSV(B) | 283.46º | 0.99% | 0.73% | - |
| XYZ | 19.14 | 8.87 | 47.72 | - |
| YUV | 63.16 | 197.89 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 187 | 0.27 | 0.99 | 0 | 0.27 | 283.46 | 0.98 | 0.37 |
| Hex | 88 | 2 | BB | 1B | 63 | 0 | 1B | 11B | 62 | 25 |
| Octal | 210 | 2 | 273 | 33 | 143 | 0 | 33 | 433 | 142 | 45 |
| Binary | 10001000 | 10 | 10111011 | 11011 | 1100011 | 0 | 11011 | 100011011 | 1100010 | 100101 |
Color Harmonies of #8802BB
Complementary color
Monochromatic Colors of #8802BB
Black with #8802BB
Text Example
Text Example
White with #8802BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8802BB; }
p { color: rgb(136,2,187); }
H1.HeaderClassName
{
color: #8802BB;
}
.AnyTagClassName
{
color: #8802BB;
}
</style>
background-color css
<style>
a { background-color: #8802BB; }
a { background-color: rgb(136,2,187); }
div.DivClassName
{
background-color: #8802BB;
}
.BgClassName
{
background-color: #8802BB;
}
</style>
border-color css
<style>
span { border-color: #8802BB; }
span { border-color: rgb(136,2,187); }
td.TdClassName
{
border-color: #8802BB;
}
.TagClassName
{
border-color: #8802BB;
}
</style>