Shades of Dark Violet #8802BC
Tints of Dark Violet #8802BC
RGB
CMYK
RGB Variations
Color information
#8802BC (or 0x8802BC) is known color: Dark Violet. HEX triplet: 88, 02 and BC. RGB value is (136,2,188). Sum of RGB (Red+Green+Blue) = 136+2+188=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #8802BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8802BC is #77FD43. Grayscale: #3E3E3E. Windows color (decimal): -7863620 or 12321416. OLE color: 12321416.
HSL color Cylindrical-coordinate representation of color #8802BC: hue angle of 283.23º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802BC is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 2 | 188 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.26 |
| HSL | 283.23º | 0.98% | 0.37% | - |
| HSV(B) | 283.23º | 0.99% | 0.74% | - |
| XYZ | 19.25 | 8.91 | 48.28 | - |
| YUV | 63.27 | 198.39 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 188 | 0.28 | 0.99 | 0 | 0.26 | 283.23 | 0.98 | 0.37 |
| Hex | 88 | 2 | BC | 1C | 63 | 0 | 1A | 11B | 62 | 25 |
| Octal | 210 | 2 | 274 | 34 | 143 | 0 | 32 | 433 | 142 | 45 |
| Binary | 10001000 | 10 | 10111100 | 11100 | 1100011 | 0 | 11010 | 100011011 | 1100010 | 100101 |
Color Harmonies of #8802BC
Complementary color
Monochromatic Colors of #8802BC
Black with #8802BC
Text Example
Text Example
White with #8802BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8802BC; }
p { color: rgb(136,2,188); }
H1.HeaderClassName
{
color: #8802BC;
}
.AnyTagClassName
{
color: #8802BC;
}
</style>
background-color css
<style>
a { background-color: #8802BC; }
a { background-color: rgb(136,2,188); }
div.DivClassName
{
background-color: #8802BC;
}
.BgClassName
{
background-color: #8802BC;
}
</style>
border-color css
<style>
span { border-color: #8802BC; }
span { border-color: rgb(136,2,188); }
td.TdClassName
{
border-color: #8802BC;
}
.TagClassName
{
border-color: #8802BC;
}
</style>