Shades of Blue Violet #8E1EFD
Tints of Blue Violet #8E1EFD
RGB
CMYK
RGB Variations
Color information
#8E1EFD (or 0x8E1EFD) is known color: Blue Violet. HEX triplet: 8E, 1E and FD. RGB value is (142,30,253). Sum of RGB (Red+Green+Blue) = 142+30+253=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E1EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1EFD is #71E102. Grayscale: #585858. Windows color (decimal): -7463171 or 16588430. OLE color: 16588430.
HSL color Cylindrical-coordinate representation of color #8E1EFD: hue angle of 270.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1EFD is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 30 | 253 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.01 |
| HSL | 270.13º | 0.98% | 0.55% | - |
| HSV(B) | 270.13º | 0.88% | 0.99% | - |
| XYZ | 29.35 | 13.77 | 94.04 | - |
| YUV | 88.91 | 220.61 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 30 | 253 | 0.44 | 0.88 | 0 | 0.01 | 270.13 | 0.98 | 0.55 |
| Hex | 8E | 1E | FD | 2C | 58 | 0 | 1 | 10E | 62 | 37 |
| Octal | 216 | 36 | 375 | 54 | 130 | 0 | 1 | 416 | 142 | 67 |
| Binary | 10001110 | 11110 | 11111101 | 101100 | 1011000 | 0 | 1 | 100001110 | 1100010 | 110111 |
Color Harmonies of #8E1EFD
Complementary color
Monochromatic Colors of #8E1EFD
Black with #8E1EFD
Text Example
Text Example
White with #8E1EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1EFD; }
p { color: rgb(142,30,253); }
H1.HeaderClassName
{
color: #8E1EFD;
}
.AnyTagClassName
{
color: #8E1EFD;
}
</style>
background-color css
<style>
a { background-color: #8E1EFD; }
a { background-color: rgb(142,30,253); }
div.DivClassName
{
background-color: #8E1EFD;
}
.BgClassName
{
background-color: #8E1EFD;
}
</style>
border-color css
<style>
span { border-color: #8E1EFD; }
span { border-color: rgb(142,30,253); }
td.TdClassName
{
border-color: #8E1EFD;
}
.TagClassName
{
border-color: #8E1EFD;
}
</style>