Shades of Blue Violet #8E1CFC
Tints of Blue Violet #8E1CFC
RGB
CMYK
RGB Variations
Color information
#8E1CFC (or 0x8E1CFC) is known color: Blue Violet. HEX triplet: 8E, 1C and FC. RGB value is (142,28,252). Sum of RGB (Red+Green+Blue) = 142+28+252=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E1CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1CFC is #71E303. Grayscale: #565656. Windows color (decimal): -7463684 or 16522382. OLE color: 16522382.
HSL color Cylindrical-coordinate representation of color #8E1CFC: hue angle of 270.54º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E1CFC is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 28 | 252 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.01 |
| HSL | 270.54º | 0.97% | 0.55% | - |
| HSV(B) | 270.54º | 0.89% | 0.99% | - |
| XYZ | 29.14 | 13.61 | 93.19 | - |
| YUV | 87.62 | 220.77 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 28 | 252 | 0.44 | 0.89 | 0 | 0.01 | 270.54 | 0.97 | 0.55 |
| Hex | 8E | 1C | FC | 2C | 59 | 0 | 1 | 10F | 61 | 37 |
| Octal | 216 | 34 | 374 | 54 | 131 | 0 | 1 | 417 | 141 | 67 |
| Binary | 10001110 | 11100 | 11111100 | 101100 | 1011001 | 0 | 1 | 100001111 | 1100001 | 110111 |
Color Harmonies of #8E1CFC
Complementary color
Monochromatic Colors of #8E1CFC
Black with #8E1CFC
Text Example
Text Example
White with #8E1CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1CFC; }
p { color: rgb(142,28,252); }
H1.HeaderClassName
{
color: #8E1CFC;
}
.AnyTagClassName
{
color: #8E1CFC;
}
</style>
background-color css
<style>
a { background-color: #8E1CFC; }
a { background-color: rgb(142,28,252); }
div.DivClassName
{
background-color: #8E1CFC;
}
.BgClassName
{
background-color: #8E1CFC;
}
</style>
border-color css
<style>
span { border-color: #8E1CFC; }
span { border-color: rgb(142,28,252); }
td.TdClassName
{
border-color: #8E1CFC;
}
.TagClassName
{
border-color: #8E1CFC;
}
</style>