Shades of Blue Violet #8E37FE
Tints of Blue Violet #8E37FE
RGB
CMYK
RGB Variations
Color information
#8E37FE (or 0x8E37FE) is known color: Blue Violet. HEX triplet: 8E, 37 and FE. RGB value is (142,55,254). Sum of RGB (Red+Green+Blue) = 142+55+254=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E37FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E37FE is #71C801. Grayscale: #666666. Windows color (decimal): -7456770 or 16660366. OLE color: 16660366.
HSL color Cylindrical-coordinate representation of color #8E37FE: hue angle of 266.23º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E37FE is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 55 | 254 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.00 |
| HSL | 266.23º | 0.99% | 0.61% | - |
| HSV(B) | 266.23º | 0.78% | 1% | - |
| XYZ | 30.41 | 15.64 | 95.18 | - |
| YUV | 103.7 | 212.82 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 55 | 254 | 0.44 | 0.78 | 0 | 0.00 | 266.23 | 0.99 | 0.61 |
| Hex | 8E | 37 | FE | 2C | 4E | 0 | 0 | 10A | 63 | 3D |
| Octal | 216 | 67 | 376 | 54 | 116 | 0 | 0 | 412 | 143 | 75 |
| Binary | 10001110 | 110111 | 11111110 | 101100 | 1001110 | 0 | 0 | 100001010 | 1100011 | 111101 |
Color Harmonies of #8E37FE
Complementary color
Monochromatic Colors of #8E37FE
Black with #8E37FE
Text Example
Text Example
White with #8E37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E37FE; }
p { color: rgb(142,55,254); }
H1.HeaderClassName
{
color: #8E37FE;
}
.AnyTagClassName
{
color: #8E37FE;
}
</style>
background-color css
<style>
a { background-color: #8E37FE; }
a { background-color: rgb(142,55,254); }
div.DivClassName
{
background-color: #8E37FE;
}
.BgClassName
{
background-color: #8E37FE;
}
</style>
border-color css
<style>
span { border-color: #8E37FE; }
span { border-color: rgb(142,55,254); }
td.TdClassName
{
border-color: #8E37FE;
}
.TagClassName
{
border-color: #8E37FE;
}
</style>