Shades of Dark Violet #8808BA
Tints of Dark Violet #8808BA
RGB
CMYK
RGB Variations
Color information
#8808BA (or 0x8808BA) is known color: Dark Violet. HEX triplet: 88, 08 and BA. RGB value is (136,8,186). Sum of RGB (Red+Green+Blue) = 136+8+186=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #8808BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8808BA is #77F745. Grayscale: #414141. Windows color (decimal): -7862086 or 12191880. OLE color: 12191880.
HSL color Cylindrical-coordinate representation of color #8808BA: hue angle of 283.15º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8808BA is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 8 | 186 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.27 |
| HSL | 283.15º | 0.92% | 0.38% | - |
| HSV(B) | 283.15º | 0.96% | 0.73% | - |
| XYZ | 19.1 | 8.95 | 47.18 | - |
| YUV | 66.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 186 | 0.27 | 0.96 | 0 | 0.27 | 283.15 | 0.92 | 0.38 |
| Hex | 88 | 8 | BA | 1B | 60 | 0 | 1B | 11B | 5C | 26 |
| Octal | 210 | 10 | 272 | 33 | 140 | 0 | 33 | 433 | 134 | 46 |
| Binary | 10001000 | 1000 | 10111010 | 11011 | 1100000 | 0 | 11011 | 100011011 | 1011100 | 100110 |
Color Harmonies of #8808BA
Complementary color
Monochromatic Colors of #8808BA
Black with #8808BA
Text Example
Text Example
White with #8808BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8808BA; }
p { color: rgb(136,8,186); }
H1.HeaderClassName
{
color: #8808BA;
}
.AnyTagClassName
{
color: #8808BA;
}
</style>
background-color css
<style>
a { background-color: #8808BA; }
a { background-color: rgb(136,8,186); }
div.DivClassName
{
background-color: #8808BA;
}
.BgClassName
{
background-color: #8808BA;
}
</style>
border-color css
<style>
span { border-color: #8808BA; }
span { border-color: rgb(136,8,186); }
td.TdClassName
{
border-color: #8808BA;
}
.TagClassName
{
border-color: #8808BA;
}
</style>