Shades of Blue Violet #8E1EDF
Tints of Blue Violet #8E1EDF
RGB
CMYK
RGB Variations
Color information
#8E1EDF (or 0x8E1EDF) is known color: Blue Violet. HEX triplet: 8E, 1E and DF. RGB value is (142,30,223). Sum of RGB (Red+Green+Blue) = 142+30+223=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E1EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1EDF is #71E120. Grayscale: #545454. Windows color (decimal): -7463201 or 14622350. OLE color: 14622350.
HSL color Cylindrical-coordinate representation of color #8E1EDF: hue angle of 274.82º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1EDF is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 30 | 223 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.13 |
| HSL | 274.82º | 0.76% | 0.5% | - |
| HSV(B) | 274.82º | 0.87% | 0.87% | - |
| XYZ | 24.94 | 12.01 | 70.82 | - |
| YUV | 85.49 | 205.61 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 30 | 223 | 0.36 | 0.87 | 0 | 0.13 | 274.82 | 0.76 | 0.5 |
| Hex | 8E | 1E | DF | 24 | 57 | 0 | D | 113 | 4C | 32 |
| Octal | 216 | 36 | 337 | 44 | 127 | 0 | 15 | 423 | 114 | 62 |
| Binary | 10001110 | 11110 | 11011111 | 100100 | 1010111 | 0 | 1101 | 100010011 | 1001100 | 110010 |
Color Harmonies of #8E1EDF
Complementary color
Monochromatic Colors of #8E1EDF
Black with #8E1EDF
Text Example
Text Example
White with #8E1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1EDF; }
p { color: rgb(142,30,223); }
H1.HeaderClassName
{
color: #8E1EDF;
}
.AnyTagClassName
{
color: #8E1EDF;
}
</style>
background-color css
<style>
a { background-color: #8E1EDF; }
a { background-color: rgb(142,30,223); }
div.DivClassName
{
background-color: #8E1EDF;
}
.BgClassName
{
background-color: #8E1EDF;
}
</style>
border-color css
<style>
span { border-color: #8E1EDF; }
span { border-color: rgb(142,30,223); }
td.TdClassName
{
border-color: #8E1EDF;
}
.TagClassName
{
border-color: #8E1EDF;
}
</style>