Shades of Blue Violet #8E14FA
Tints of Blue Violet #8E14FA
RGB
CMYK
RGB Variations
Color information
#8E14FA (or 0x8E14FA) is known color: Blue Violet. HEX triplet: 8E, 14 and FA. RGB value is (142,20,250). Sum of RGB (Red+Green+Blue) = 142+20+250=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E14FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E14FA is #71EB05. Grayscale: #515151. Windows color (decimal): -7465734 or 16389262. OLE color: 16389262.
HSL color Cylindrical-coordinate representation of color #8E14FA: hue angle of 271.83º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E14FA is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 20 | 250 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.02 |
| HSL | 271.83º | 0.96% | 0.53% | - |
| HSV(B) | 271.83º | 0.92% | 0.98% | - |
| XYZ | 28.66 | 13.15 | 91.47 | - |
| YUV | 82.7 | 222.42 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 20 | 250 | 0.43 | 0.92 | 0 | 0.02 | 271.83 | 0.96 | 0.53 |
| Hex | 8E | 14 | FA | 2B | 5C | 0 | 2 | 110 | 60 | 35 |
| Octal | 216 | 24 | 372 | 53 | 134 | 0 | 2 | 420 | 140 | 65 |
| Binary | 10001110 | 10100 | 11111010 | 101011 | 1011100 | 0 | 10 | 100010000 | 1100000 | 110101 |
Color Harmonies of #8E14FA
Complementary color
Monochromatic Colors of #8E14FA
Black with #8E14FA
Text Example
Text Example
White with #8E14FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E14FA; }
p { color: rgb(142,20,250); }
H1.HeaderClassName
{
color: #8E14FA;
}
.AnyTagClassName
{
color: #8E14FA;
}
</style>
background-color css
<style>
a { background-color: #8E14FA; }
a { background-color: rgb(142,20,250); }
div.DivClassName
{
background-color: #8E14FA;
}
.BgClassName
{
background-color: #8E14FA;
}
</style>
border-color css
<style>
span { border-color: #8E14FA; }
span { border-color: rgb(142,20,250); }
td.TdClassName
{
border-color: #8E14FA;
}
.TagClassName
{
border-color: #8E14FA;
}
</style>