Shades of Blue Violet #8E1CFF
Tints of Blue Violet #8E1CFF
RGB
CMYK
RGB Variations
Color information
#8E1CFF (or 0x8E1CFF) is known color: Blue Violet. HEX triplet: 8E, 1C and FF. RGB value is (142,28,255). Sum of RGB (Red+Green+Blue) = 142+28+255=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E1CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1CFF is #71E300. Grayscale: #575757. Windows color (decimal): -7463681 or 16718990. OLE color: 16718990.
HSL color Cylindrical-coordinate representation of color #8E1CFF: hue angle of 270.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E1CFF is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 28 | 255 | - |
| CMYK | 0.44 | 0.89 | 0 | 0 |
| HSL | 270.13º | 1% | 0.55% | - |
| HSV(B) | 270.13º | 0.89% | 1% | - |
| XYZ | 29.62 | 13.8 | 95.71 | - |
| YUV | 87.96 | 222.27 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 28 | 255 | 0.44 | 0.89 | 0 | 0 | 270.13 | 1 | 0.55 |
| Hex | 8E | 1C | FF | 2C | 59 | 0 | 0 | 10E | 64 | 37 |
| Octal | 216 | 34 | 377 | 54 | 131 | 0 | 0 | 416 | 144 | 67 |
| Binary | 10001110 | 11100 | 11111111 | 101100 | 1011001 | 0 | 0 | 100001110 | 1100100 | 110111 |
Color Harmonies of #8E1CFF
Complementary color
Monochromatic Colors of #8E1CFF
Black with #8E1CFF
Text Example
Text Example
White with #8E1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1CFF; }
p { color: rgb(142,28,255); }
H1.HeaderClassName
{
color: #8E1CFF;
}
.AnyTagClassName
{
color: #8E1CFF;
}
</style>
background-color css
<style>
a { background-color: #8E1CFF; }
a { background-color: rgb(142,28,255); }
div.DivClassName
{
background-color: #8E1CFF;
}
.BgClassName
{
background-color: #8E1CFF;
}
</style>
border-color css
<style>
span { border-color: #8E1CFF; }
span { border-color: rgb(142,28,255); }
td.TdClassName
{
border-color: #8E1CFF;
}
.TagClassName
{
border-color: #8E1CFF;
}
</style>