Shades of Dark Violet #8801EE
Tints of Dark Violet #8801EE
RGB
CMYK
RGB Variations
Color information
#8801EE (or 0x8801EE) is known color: Dark Violet. HEX triplet: 88, 01 and EE. RGB value is (136,1,238). Sum of RGB (Red+Green+Blue) = 136+1+238=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #8801EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8801EE is #77FE11. Grayscale: #434343. Windows color (decimal): -7863826 or 15597960. OLE color: 15597960.
HSL color Cylindrical-coordinate representation of color #8801EE: hue angle of 274.18º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8801EE is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 1 | 238 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.07 |
| HSL | 274.18º | 0.99% | 0.47% | - |
| HSV(B) | 274.18º | 1% | 0.93% | - |
| XYZ | 25.6 | 11.43 | 81.75 | - |
| YUV | 68.38 | 223.73 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 238 | 0.43 | 1.00 | 0 | 0.07 | 274.18 | 0.99 | 0.47 |
| Hex | 88 | 1 | EE | 2B | 64 | 0 | 7 | 112 | 63 | 2F |
| Octal | 210 | 1 | 356 | 53 | 144 | 0 | 7 | 422 | 143 | 57 |
| Binary | 10001000 | 1 | 11101110 | 101011 | 1100100 | 0 | 111 | 100010010 | 1100011 | 101111 |
Color Harmonies of #8801EE
Complementary color
Monochromatic Colors of #8801EE
Black with #8801EE
Text Example
Text Example
White with #8801EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8801EE; }
p { color: rgb(136,1,238); }
H1.HeaderClassName
{
color: #8801EE;
}
.AnyTagClassName
{
color: #8801EE;
}
</style>
background-color css
<style>
a { background-color: #8801EE; }
a { background-color: rgb(136,1,238); }
div.DivClassName
{
background-color: #8801EE;
}
.BgClassName
{
background-color: #8801EE;
}
</style>
border-color css
<style>
span { border-color: #8801EE; }
span { border-color: rgb(136,1,238); }
td.TdClassName
{
border-color: #8801EE;
}
.TagClassName
{
border-color: #8801EE;
}
</style>