Shades of Dark Violet #8804EE
Tints of Dark Violet #8804EE
RGB
CMYK
RGB Variations
Color information
#8804EE (or 0x8804EE) is known color: Dark Violet. HEX triplet: 88, 04 and EE. RGB value is (136,4,238). Sum of RGB (Red+Green+Blue) = 136+4+238=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #8804EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8804EE is #77FB11. Grayscale: #454545. Windows color (decimal): -7863058 or 15598728. OLE color: 15598728.
HSL color Cylindrical-coordinate representation of color #8804EE: hue angle of 273.85º degrees, saturation: 0.97, 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 #8804EE is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 4 | 238 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.07 |
| HSL | 273.85º | 0.97% | 0.47% | - |
| HSV(B) | 273.85º | 0.98% | 0.93% | - |
| XYZ | 25.63 | 11.49 | 81.76 | - |
| YUV | 70.14 | 222.73 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 238 | 0.43 | 0.98 | 0 | 0.07 | 273.85 | 0.97 | 0.47 |
| Hex | 88 | 4 | EE | 2B | 62 | 0 | 7 | 112 | 61 | 2F |
| Octal | 210 | 4 | 356 | 53 | 142 | 0 | 7 | 422 | 141 | 57 |
| Binary | 10001000 | 100 | 11101110 | 101011 | 1100010 | 0 | 111 | 100010010 | 1100001 | 101111 |
Color Harmonies of #8804EE
Complementary color
Monochromatic Colors of #8804EE
Black with #8804EE
Text Example
Text Example
White with #8804EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8804EE; }
p { color: rgb(136,4,238); }
H1.HeaderClassName
{
color: #8804EE;
}
.AnyTagClassName
{
color: #8804EE;
}
</style>
background-color css
<style>
a { background-color: #8804EE; }
a { background-color: rgb(136,4,238); }
div.DivClassName
{
background-color: #8804EE;
}
.BgClassName
{
background-color: #8804EE;
}
</style>
border-color css
<style>
span { border-color: #8804EE; }
span { border-color: rgb(136,4,238); }
td.TdClassName
{
border-color: #8804EE;
}
.TagClassName
{
border-color: #8804EE;
}
</style>