Shades of Dark Violet #8806EC
Tints of Dark Violet #8806EC
RGB
CMYK
RGB Variations
Color information
#8806EC (or 0x8806EC) is known color: Dark Violet. HEX triplet: 88, 06 and EC. RGB value is (136,6,236). Sum of RGB (Red+Green+Blue) = 136+6+236=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #8806EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8806EC is #77F913. Grayscale: #464646. Windows color (decimal): -7862548 or 15468168. OLE color: 15468168.
HSL color Cylindrical-coordinate representation of color #8806EC: hue angle of 273.91º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8806EC is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 6 | 236 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.07 |
| HSL | 273.91º | 0.95% | 0.47% | - |
| HSV(B) | 273.91º | 0.97% | 0.93% | - |
| XYZ | 25.36 | 11.42 | 80.22 | - |
| YUV | 71.09 | 221.07 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 236 | 0.42 | 0.97 | 0 | 0.07 | 273.91 | 0.95 | 0.47 |
| Hex | 88 | 6 | EC | 2A | 61 | 0 | 7 | 112 | 5F | 2F |
| Octal | 210 | 6 | 354 | 52 | 141 | 0 | 7 | 422 | 137 | 57 |
| Binary | 10001000 | 110 | 11101100 | 101010 | 1100001 | 0 | 111 | 100010010 | 1011111 | 101111 |
Color Harmonies of #8806EC
Complementary color
Monochromatic Colors of #8806EC
Black with #8806EC
Text Example
Text Example
White with #8806EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8806EC; }
p { color: rgb(136,6,236); }
H1.HeaderClassName
{
color: #8806EC;
}
.AnyTagClassName
{
color: #8806EC;
}
</style>
background-color css
<style>
a { background-color: #8806EC; }
a { background-color: rgb(136,6,236); }
div.DivClassName
{
background-color: #8806EC;
}
.BgClassName
{
background-color: #8806EC;
}
</style>
border-color css
<style>
span { border-color: #8806EC; }
span { border-color: rgb(136,6,236); }
td.TdClassName
{
border-color: #8806EC;
}
.TagClassName
{
border-color: #8806EC;
}
</style>