Shades of Dark Violet #8800E0
Tints of Dark Violet #8800E0
RGB
CMYK
RGB Variations
Color information
#8800E0 (or 0x8800E0) is known color: Dark Violet. HEX triplet: 88, 00 and E0. RGB value is (136,0,224). Sum of RGB (Red+Green+Blue) = 136+0+224=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #8800E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800E0 is #77FF1F. Grayscale: #414141. Windows color (decimal): -7864096 or 14680200. OLE color: 14680200.
HSL color Cylindrical-coordinate representation of color #8800E0: hue angle of 276.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800E0 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 0 | 224 | - |
| CMYK | 0.39 | 1 | 0 | 0.12 |
| HSL | 276.43º | 1% | 0.44% | - |
| HSV(B) | 276.43º | 1% | 0.88% | - |
| XYZ | 23.61 | 10.62 | 71.33 | - |
| YUV | 66.2 | 217.06 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 224 | 0.39 | 1 | 0 | 0.12 | 276.43 | 1 | 0.44 |
| Hex | 88 | 0 | E0 | 27 | 64 | 0 | C | 114 | 64 | 2C |
| Octal | 210 | 0 | 340 | 47 | 144 | 0 | 14 | 424 | 144 | 54 |
| Binary | 10001000 | 0 | 11100000 | 100111 | 1100100 | 0 | 1100 | 100010100 | 1100100 | 101100 |
Color Harmonies of #8800E0
Complementary color
Monochromatic Colors of #8800E0
Black with #8800E0
Text Example
Text Example
White with #8800E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800E0; }
p { color: rgb(136,0,224); }
H1.HeaderClassName
{
color: #8800E0;
}
.AnyTagClassName
{
color: #8800E0;
}
</style>
background-color css
<style>
a { background-color: #8800E0; }
a { background-color: rgb(136,0,224); }
div.DivClassName
{
background-color: #8800E0;
}
.BgClassName
{
background-color: #8800E0;
}
</style>
border-color css
<style>
span { border-color: #8800E0; }
span { border-color: rgb(136,0,224); }
td.TdClassName
{
border-color: #8800E0;
}
.TagClassName
{
border-color: #8800E0;
}
</style>