Shades of Blue Violet #8E2EFF
Tints of Blue Violet #8E2EFF
RGB
CMYK
RGB Variations
Color information
#8E2EFF (or 0x8E2EFF) is known color: Blue Violet. HEX triplet: 8E, 2E and FF. RGB value is (142,46,255). Sum of RGB (Red+Green+Blue) = 142+46+255=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E2EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2EFF is #71D100. Grayscale: #616161. Windows color (decimal): -7459073 or 16723598. OLE color: 16723598.
HSL color Cylindrical-coordinate representation of color #8E2EFF: hue angle of 267.56º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E2EFF is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 46 | 255 | - |
| CMYK | 0.44 | 0.82 | 0 | 0 |
| HSL | 267.56º | 1% | 0.59% | - |
| HSV(B) | 267.56º | 0.82% | 1% | - |
| XYZ | 30.18 | 14.92 | 95.9 | - |
| YUV | 98.53 | 216.3 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 46 | 255 | 0.44 | 0.82 | 0 | 0 | 267.56 | 1 | 0.59 |
| Hex | 8E | 2E | FF | 2C | 52 | 0 | 0 | 10C | 64 | 3B |
| Octal | 216 | 56 | 377 | 54 | 122 | 0 | 0 | 414 | 144 | 73 |
| Binary | 10001110 | 101110 | 11111111 | 101100 | 1010010 | 0 | 0 | 100001100 | 1100100 | 111011 |
Color Harmonies of #8E2EFF
Complementary color
Monochromatic Colors of #8E2EFF
Black with #8E2EFF
Text Example
Text Example
White with #8E2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2EFF; }
p { color: rgb(142,46,255); }
H1.HeaderClassName
{
color: #8E2EFF;
}
.AnyTagClassName
{
color: #8E2EFF;
}
</style>
background-color css
<style>
a { background-color: #8E2EFF; }
a { background-color: rgb(142,46,255); }
div.DivClassName
{
background-color: #8E2EFF;
}
.BgClassName
{
background-color: #8E2EFF;
}
</style>
border-color css
<style>
span { border-color: #8E2EFF; }
span { border-color: rgb(142,46,255); }
td.TdClassName
{
border-color: #8E2EFF;
}
.TagClassName
{
border-color: #8E2EFF;
}
</style>