Shades of Blue Violet #8E30FA
Tints of Blue Violet #8E30FA
RGB
CMYK
RGB Variations
Color information
#8E30FA (or 0x8E30FA) is known color: Blue Violet. HEX triplet: 8E, 30 and FA. RGB value is (142,48,250). Sum of RGB (Red+Green+Blue) = 142+48+250=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E30FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E30FA is #71CF05. Grayscale: #626262. Windows color (decimal): -7458566 or 16396430. OLE color: 16396430.
HSL color Cylindrical-coordinate representation of color #8E30FA: hue angle of 267.92º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E30FA is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 48 | 250 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.02 |
| HSL | 267.92º | 0.95% | 0.58% | - |
| HSV(B) | 267.92º | 0.81% | 0.98% | - |
| XYZ | 29.47 | 14.77 | 91.74 | - |
| YUV | 99.13 | 213.14 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 48 | 250 | 0.43 | 0.81 | 0 | 0.02 | 267.92 | 0.95 | 0.58 |
| Hex | 8E | 30 | FA | 2B | 51 | 0 | 2 | 10C | 5F | 3A |
| Octal | 216 | 60 | 372 | 53 | 121 | 0 | 2 | 414 | 137 | 72 |
| Binary | 10001110 | 110000 | 11111010 | 101011 | 1010001 | 0 | 10 | 100001100 | 1011111 | 111010 |
Color Harmonies of #8E30FA
Complementary color
Monochromatic Colors of #8E30FA
Black with #8E30FA
Text Example
Text Example
White with #8E30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E30FA; }
p { color: rgb(142,48,250); }
H1.HeaderClassName
{
color: #8E30FA;
}
.AnyTagClassName
{
color: #8E30FA;
}
</style>
background-color css
<style>
a { background-color: #8E30FA; }
a { background-color: rgb(142,48,250); }
div.DivClassName
{
background-color: #8E30FA;
}
.BgClassName
{
background-color: #8E30FA;
}
</style>
border-color css
<style>
span { border-color: #8E30FA; }
span { border-color: rgb(142,48,250); }
td.TdClassName
{
border-color: #8E30FA;
}
.TagClassName
{
border-color: #8E30FA;
}
</style>