Shades of Dark Violet #8808B0
Tints of Dark Violet #8808B0
RGB
CMYK
RGB Variations
Color information
#8808B0 (or 0x8808B0) is known color: Dark Violet. HEX triplet: 88, 08 and B0. RGB value is (136,8,176). Sum of RGB (Red+Green+Blue) = 136+8+176=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 176 (69.14% from 255 or 55% from 320); Max value from RGB is 176 - color contains mainly: blue. Hex color #8808B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8808B0 is #77F74F. Grayscale: #404040. Windows color (decimal): -7862096 or 11536520. OLE color: 11536520.
HSL color Cylindrical-coordinate representation of color #8808B0: hue angle of 285.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8808B0 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 8 | 176 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.31 |
| HSL | 285.71º | 0.91% | 0.36% | - |
| HSV(B) | 285.71º | 0.95% | 0.69% | - |
| XYZ | 18.08 | 8.54 | 41.77 | - |
| YUV | 65.42 | 190.41 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 176 | 0.23 | 0.95 | 0 | 0.31 | 285.71 | 0.91 | 0.36 |
| Hex | 88 | 8 | B0 | 17 | 5F | 0 | 1F | 11E | 5B | 24 |
| Octal | 210 | 10 | 260 | 27 | 137 | 0 | 37 | 436 | 133 | 44 |
| Binary | 10001000 | 1000 | 10110000 | 10111 | 1011111 | 0 | 11111 | 100011110 | 1011011 | 100100 |
Color Harmonies of #8808B0
Complementary color
Monochromatic Colors of #8808B0
Black with #8808B0
Text Example
Text Example
White with #8808B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8808B0; }
p { color: rgb(136,8,176); }
H1.HeaderClassName
{
color: #8808B0;
}
.AnyTagClassName
{
color: #8808B0;
}
</style>
background-color css
<style>
a { background-color: #8808B0; }
a { background-color: rgb(136,8,176); }
div.DivClassName
{
background-color: #8808B0;
}
.BgClassName
{
background-color: #8808B0;
}
</style>
border-color css
<style>
span { border-color: #8808B0; }
span { border-color: rgb(136,8,176); }
td.TdClassName
{
border-color: #8808B0;
}
.TagClassName
{
border-color: #8808B0;
}
</style>