Shades of Dark Violet #8802B9
Tints of Dark Violet #8802B9
RGB
CMYK
RGB Variations
Color information
#8802B9 (or 0x8802B9) is known color: Dark Violet. HEX triplet: 88, 02 and B9. RGB value is (136,2,185). Sum of RGB (Red+Green+Blue) = 136+2+185=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #8802B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8802B9 is #77FD46. Grayscale: #3E3E3E. Windows color (decimal): -7863623 or 12124808. OLE color: 12124808.
HSL color Cylindrical-coordinate representation of color #8802B9: hue angle of 283.93º 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 #8802B9 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 2 | 185 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.27 |
| HSL | 283.93º | 0.98% | 0.37% | - |
| HSV(B) | 283.93º | 0.99% | 0.73% | - |
| XYZ | 18.93 | 8.78 | 46.6 | - |
| YUV | 62.93 | 196.89 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 185 | 0.26 | 0.99 | 0 | 0.27 | 283.93 | 0.98 | 0.37 |
| Hex | 88 | 2 | B9 | 1A | 63 | 0 | 1B | 11C | 62 | 25 |
| Octal | 210 | 2 | 271 | 32 | 143 | 0 | 33 | 434 | 142 | 45 |
| Binary | 10001000 | 10 | 10111001 | 11010 | 1100011 | 0 | 11011 | 100011100 | 1100010 | 100101 |
Color Harmonies of #8802B9
Complementary color
Monochromatic Colors of #8802B9
Black with #8802B9
Text Example
Text Example
White with #8802B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8802B9; }
p { color: rgb(136,2,185); }
H1.HeaderClassName
{
color: #8802B9;
}
.AnyTagClassName
{
color: #8802B9;
}
</style>
background-color css
<style>
a { background-color: #8802B9; }
a { background-color: rgb(136,2,185); }
div.DivClassName
{
background-color: #8802B9;
}
.BgClassName
{
background-color: #8802B9;
}
</style>
border-color css
<style>
span { border-color: #8802B9; }
span { border-color: rgb(136,2,185); }
td.TdClassName
{
border-color: #8802B9;
}
.TagClassName
{
border-color: #8802B9;
}
</style>