Shades of Dark Violet #8809EC
Tints of Dark Violet #8809EC
RGB
CMYK
RGB Variations
Color information
#8809EC (or 0x8809EC) is known color: Dark Violet. HEX triplet: 88, 09 and EC. RGB value is (136,9,236). Sum of RGB (Red+Green+Blue) = 136+9+236=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 9 (3.91% from 255 or 2.36% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #8809EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8809EC is #77F613. Grayscale: #484848. Windows color (decimal): -7861780 or 15468936. OLE color: 15468936.
HSL color Cylindrical-coordinate representation of color #8809EC: hue angle of 273.57º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8809EC is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 9 | 236 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.07 |
| HSL | 273.57º | 0.93% | 0.48% | - |
| HSV(B) | 273.57º | 0.96% | 0.93% | - |
| XYZ | 25.39 | 11.49 | 80.24 | - |
| YUV | 72.85 | 220.08 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 236 | 0.42 | 0.96 | 0 | 0.07 | 273.57 | 0.93 | 0.48 |
| Hex | 88 | 9 | EC | 2A | 60 | 0 | 7 | 112 | 5D | 30 |
| Octal | 210 | 11 | 354 | 52 | 140 | 0 | 7 | 422 | 135 | 60 |
| Binary | 10001000 | 1001 | 11101100 | 101010 | 1100000 | 0 | 111 | 100010010 | 1011101 | 110000 |
Color Harmonies of #8809EC
Complementary color
Monochromatic Colors of #8809EC
Black with #8809EC
Text Example
Text Example
White with #8809EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8809EC; }
p { color: rgb(136,9,236); }
H1.HeaderClassName
{
color: #8809EC;
}
.AnyTagClassName
{
color: #8809EC;
}
</style>
background-color css
<style>
a { background-color: #8809EC; }
a { background-color: rgb(136,9,236); }
div.DivClassName
{
background-color: #8809EC;
}
.BgClassName
{
background-color: #8809EC;
}
</style>
border-color css
<style>
span { border-color: #8809EC; }
span { border-color: rgb(136,9,236); }
td.TdClassName
{
border-color: #8809EC;
}
.TagClassName
{
border-color: #8809EC;
}
</style>