Shades of Dark Violet #8800EC
Tints of Dark Violet #8800EC
RGB
CMYK
RGB Variations
Color information
#8800EC (or 0x8800EC) is known color: Dark Violet. HEX triplet: 88, 00 and EC. RGB value is (136,0,236). Sum of RGB (Red+Green+Blue) = 136+0+236=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #8800EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8800EC is #77FF13. Grayscale: #424242. Windows color (decimal): -7864084 or 15466632. OLE color: 15466632.
HSL color Cylindrical-coordinate representation of color #8800EC: hue angle of 274.58º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800EC is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 0 | 236 | - |
| CMYK | 0.42 | 1 | 0 | 0.07 |
| HSL | 274.58º | 1% | 0.46% | - |
| HSV(B) | 274.58º | 1% | 0.93% | - |
| XYZ | 25.29 | 11.29 | 80.2 | - |
| YUV | 67.57 | 223.06 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 236 | 0.42 | 1 | 0 | 0.07 | 274.58 | 1 | 0.46 |
| Hex | 88 | 0 | EC | 2A | 64 | 0 | 7 | 113 | 64 | 2E |
| Octal | 210 | 0 | 354 | 52 | 144 | 0 | 7 | 423 | 144 | 56 |
| Binary | 10001000 | 0 | 11101100 | 101010 | 1100100 | 0 | 111 | 100010011 | 1100100 | 101110 |
Color Harmonies of #8800EC
Complementary color
Monochromatic Colors of #8800EC
Black with #8800EC
Text Example
Text Example
White with #8800EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800EC; }
p { color: rgb(136,0,236); }
H1.HeaderClassName
{
color: #8800EC;
}
.AnyTagClassName
{
color: #8800EC;
}
</style>
background-color css
<style>
a { background-color: #8800EC; }
a { background-color: rgb(136,0,236); }
div.DivClassName
{
background-color: #8800EC;
}
.BgClassName
{
background-color: #8800EC;
}
</style>
border-color css
<style>
span { border-color: #8800EC; }
span { border-color: rgb(136,0,236); }
td.TdClassName
{
border-color: #8800EC;
}
.TagClassName
{
border-color: #8800EC;
}
</style>