Shades of Dark Violet #8801EF
Tints of Dark Violet #8801EF
RGB
CMYK
RGB Variations
Color information
#8801EF (or 0x8801EF) is known color: Dark Violet. HEX triplet: 88, 01 and EF. RGB value is (136,1,239). Sum of RGB (Red+Green+Blue) = 136+1+239=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #8801EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8801EF is #77FE10. Grayscale: #434343. Windows color (decimal): -7863825 or 15663496. OLE color: 15663496.
HSL color Cylindrical-coordinate representation of color #8801EF: hue angle of 274.03º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8801EF is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 1 | 239 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.06 |
| HSL | 274.03º | 0.99% | 0.47% | - |
| HSV(B) | 274.03º | 1% | 0.94% | - |
| XYZ | 25.74 | 11.49 | 82.52 | - |
| YUV | 68.5 | 224.23 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 239 | 0.43 | 1.00 | 0 | 0.06 | 274.03 | 0.99 | 0.47 |
| Hex | 88 | 1 | EF | 2B | 64 | 0 | 6 | 112 | 63 | 2F |
| Octal | 210 | 1 | 357 | 53 | 144 | 0 | 6 | 422 | 143 | 57 |
| Binary | 10001000 | 1 | 11101111 | 101011 | 1100100 | 0 | 110 | 100010010 | 1100011 | 101111 |
Color Harmonies of #8801EF
Complementary color
Monochromatic Colors of #8801EF
Black with #8801EF
Text Example
Text Example
White with #8801EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8801EF; }
p { color: rgb(136,1,239); }
H1.HeaderClassName
{
color: #8801EF;
}
.AnyTagClassName
{
color: #8801EF;
}
</style>
background-color css
<style>
a { background-color: #8801EF; }
a { background-color: rgb(136,1,239); }
div.DivClassName
{
background-color: #8801EF;
}
.BgClassName
{
background-color: #8801EF;
}
</style>
border-color css
<style>
span { border-color: #8801EF; }
span { border-color: rgb(136,1,239); }
td.TdClassName
{
border-color: #8801EF;
}
.TagClassName
{
border-color: #8801EF;
}
</style>