Shades of Blue Violet #8E21EF
Tints of Blue Violet #8E21EF
RGB
CMYK
RGB Variations
Color information
#8E21EF (or 0x8E21EF) is known color: Blue Violet. HEX triplet: 8E, 21 and EF. RGB value is (142,33,239). Sum of RGB (Red+Green+Blue) = 142+33+239=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E21EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E21EF is #71DE10. Grayscale: #585858. Windows color (decimal): -7462417 or 15671694. OLE color: 15671694.
HSL color Cylindrical-coordinate representation of color #8E21EF: hue angle of 271.75º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E21EF is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 33 | 239 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.06 |
| HSL | 271.75º | 0.87% | 0.53% | - |
| HSV(B) | 271.75º | 0.86% | 0.94% | - |
| XYZ | 27.28 | 13.07 | 82.75 | - |
| YUV | 89.08 | 212.61 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 239 | 0.41 | 0.86 | 0 | 0.06 | 271.75 | 0.87 | 0.53 |
| Hex | 8E | 21 | EF | 29 | 56 | 0 | 6 | 110 | 57 | 35 |
| Octal | 216 | 41 | 357 | 51 | 126 | 0 | 6 | 420 | 127 | 65 |
| Binary | 10001110 | 100001 | 11101111 | 101001 | 1010110 | 0 | 110 | 100010000 | 1010111 | 110101 |
Color Harmonies of #8E21EF
Complementary color
Monochromatic Colors of #8E21EF
Black with #8E21EF
Text Example
Text Example
White with #8E21EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E21EF; }
p { color: rgb(142,33,239); }
H1.HeaderClassName
{
color: #8E21EF;
}
.AnyTagClassName
{
color: #8E21EF;
}
</style>
background-color css
<style>
a { background-color: #8E21EF; }
a { background-color: rgb(142,33,239); }
div.DivClassName
{
background-color: #8E21EF;
}
.BgClassName
{
background-color: #8E21EF;
}
</style>
border-color css
<style>
span { border-color: #8E21EF; }
span { border-color: rgb(142,33,239); }
td.TdClassName
{
border-color: #8E21EF;
}
.TagClassName
{
border-color: #8E21EF;
}
</style>