Shades of Dark Violet #8805EC
Tints of Dark Violet #8805EC
RGB
CMYK
RGB Variations
Color information
#8805EC (or 0x8805EC) is known color: Dark Violet. HEX triplet: 88, 05 and EC. RGB value is (136,5,236). Sum of RGB (Red+Green+Blue) = 136+5+236=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #8805EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8805EC is #77FA13. Grayscale: #454545. Windows color (decimal): -7862804 or 15467912. OLE color: 15467912.
HSL color Cylindrical-coordinate representation of color #8805EC: hue angle of 274.03º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8805EC is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 5 | 236 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.07 |
| HSL | 274.03º | 0.96% | 0.47% | - |
| HSV(B) | 274.03º | 0.98% | 0.93% | - |
| XYZ | 25.35 | 11.4 | 80.22 | - |
| YUV | 70.5 | 221.4 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 236 | 0.42 | 0.98 | 0 | 0.07 | 274.03 | 0.96 | 0.47 |
| Hex | 88 | 5 | EC | 2A | 62 | 0 | 7 | 112 | 60 | 2F |
| Octal | 210 | 5 | 354 | 52 | 142 | 0 | 7 | 422 | 140 | 57 |
| Binary | 10001000 | 101 | 11101100 | 101010 | 1100010 | 0 | 111 | 100010010 | 1100000 | 101111 |
Color Harmonies of #8805EC
Complementary color
Monochromatic Colors of #8805EC
Black with #8805EC
Text Example
Text Example
White with #8805EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8805EC; }
p { color: rgb(136,5,236); }
H1.HeaderClassName
{
color: #8805EC;
}
.AnyTagClassName
{
color: #8805EC;
}
</style>
background-color css
<style>
a { background-color: #8805EC; }
a { background-color: rgb(136,5,236); }
div.DivClassName
{
background-color: #8805EC;
}
.BgClassName
{
background-color: #8805EC;
}
</style>
border-color css
<style>
span { border-color: #8805EC; }
span { border-color: rgb(136,5,236); }
td.TdClassName
{
border-color: #8805EC;
}
.TagClassName
{
border-color: #8805EC;
}
</style>