Shades of Blue Violet #8E30FB
Tints of Blue Violet #8E30FB
RGB
CMYK
RGB Variations
Color information
#8E30FB (or 0x8E30FB) is known color: Blue Violet. HEX triplet: 8E, 30 and FB. RGB value is (142,48,251). Sum of RGB (Red+Green+Blue) = 142+48+251=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E30FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E30FB is #71CF04. Grayscale: #626262. Windows color (decimal): -7458565 or 16461966. OLE color: 16461966.
HSL color Cylindrical-coordinate representation of color #8E30FB: hue angle of 267.78º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E30FB is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 48 | 251 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.02 |
| HSL | 267.78º | 0.96% | 0.59% | - |
| HSV(B) | 267.78º | 0.81% | 0.98% | - |
| XYZ | 29.62 | 14.83 | 92.57 | - |
| YUV | 99.25 | 213.64 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 48 | 251 | 0.43 | 0.81 | 0 | 0.02 | 267.78 | 0.96 | 0.59 |
| Hex | 8E | 30 | FB | 2B | 51 | 0 | 2 | 10C | 60 | 3B |
| Octal | 216 | 60 | 373 | 53 | 121 | 0 | 2 | 414 | 140 | 73 |
| Binary | 10001110 | 110000 | 11111011 | 101011 | 1010001 | 0 | 10 | 100001100 | 1100000 | 111011 |
Color Harmonies of #8E30FB
Complementary color
Monochromatic Colors of #8E30FB
Black with #8E30FB
Text Example
Text Example
White with #8E30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E30FB; }
p { color: rgb(142,48,251); }
H1.HeaderClassName
{
color: #8E30FB;
}
.AnyTagClassName
{
color: #8E30FB;
}
</style>
background-color css
<style>
a { background-color: #8E30FB; }
a { background-color: rgb(142,48,251); }
div.DivClassName
{
background-color: #8E30FB;
}
.BgClassName
{
background-color: #8E30FB;
}
</style>
border-color css
<style>
span { border-color: #8E30FB; }
span { border-color: rgb(142,48,251); }
td.TdClassName
{
border-color: #8E30FB;
}
.TagClassName
{
border-color: #8E30FB;
}
</style>