Shades of Blue Violet #8E10FA
Tints of Blue Violet #8E10FA
RGB
CMYK
RGB Variations
Color information
#8E10FA (or 0x8E10FA) is known color: Blue Violet. HEX triplet: 8E, 10 and FA. RGB value is (142,16,250). Sum of RGB (Red+Green+Blue) = 142+16+250=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E10FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E10FA is #71EF05. Grayscale: #4F4F4F. Windows color (decimal): -7466758 or 16388238. OLE color: 16388238.
HSL color Cylindrical-coordinate representation of color #8E10FA: hue angle of 272.31º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E10FA is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 16 | 250 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.02 |
| HSL | 272.31º | 0.96% | 0.52% | - |
| HSV(B) | 272.31º | 0.94% | 0.98% | - |
| XYZ | 28.6 | 13.02 | 91.45 | - |
| YUV | 80.35 | 223.74 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 16 | 250 | 0.43 | 0.94 | 0 | 0.02 | 272.31 | 0.96 | 0.52 |
| Hex | 8E | 10 | FA | 2B | 5E | 0 | 2 | 110 | 60 | 34 |
| Octal | 216 | 20 | 372 | 53 | 136 | 0 | 2 | 420 | 140 | 64 |
| Binary | 10001110 | 10000 | 11111010 | 101011 | 1011110 | 0 | 10 | 100010000 | 1100000 | 110100 |
Color Harmonies of #8E10FA
Complementary color
Monochromatic Colors of #8E10FA
Black with #8E10FA
Text Example
Text Example
White with #8E10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E10FA; }
p { color: rgb(142,16,250); }
H1.HeaderClassName
{
color: #8E10FA;
}
.AnyTagClassName
{
color: #8E10FA;
}
</style>
background-color css
<style>
a { background-color: #8E10FA; }
a { background-color: rgb(142,16,250); }
div.DivClassName
{
background-color: #8E10FA;
}
.BgClassName
{
background-color: #8E10FA;
}
</style>
border-color css
<style>
span { border-color: #8E10FA; }
span { border-color: rgb(142,16,250); }
td.TdClassName
{
border-color: #8E10FA;
}
.TagClassName
{
border-color: #8E10FA;
}
</style>