Shades of Blue Violet #8E34FA
Tints of Blue Violet #8E34FA
RGB
CMYK
RGB Variations
Color information
#8E34FA (or 0x8E34FA) is known color: Blue Violet. HEX triplet: 8E, 34 and FA. RGB value is (142,52,250). Sum of RGB (Red+Green+Blue) = 142+52+250=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E34FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E34FA is #71CB05. Grayscale: #646464. Windows color (decimal): -7457542 or 16397454. OLE color: 16397454.
HSL color Cylindrical-coordinate representation of color #8E34FA: hue angle of 267.27º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E34FA is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 52 | 250 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.02 |
| HSL | 267.27º | 0.95% | 0.59% | - |
| HSV(B) | 267.27º | 0.79% | 0.98% | - |
| XYZ | 29.64 | 15.11 | 91.8 | - |
| YUV | 101.48 | 211.82 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 52 | 250 | 0.43 | 0.79 | 0 | 0.02 | 267.27 | 0.95 | 0.59 |
| Hex | 8E | 34 | FA | 2B | 4F | 0 | 2 | 10B | 5F | 3B |
| Octal | 216 | 64 | 372 | 53 | 117 | 0 | 2 | 413 | 137 | 73 |
| Binary | 10001110 | 110100 | 11111010 | 101011 | 1001111 | 0 | 10 | 100001011 | 1011111 | 111011 |
Color Harmonies of #8E34FA
Complementary color
Monochromatic Colors of #8E34FA
Black with #8E34FA
Text Example
Text Example
White with #8E34FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E34FA; }
p { color: rgb(142,52,250); }
H1.HeaderClassName
{
color: #8E34FA;
}
.AnyTagClassName
{
color: #8E34FA;
}
</style>
background-color css
<style>
a { background-color: #8E34FA; }
a { background-color: rgb(142,52,250); }
div.DivClassName
{
background-color: #8E34FA;
}
.BgClassName
{
background-color: #8E34FA;
}
</style>
border-color css
<style>
span { border-color: #8E34FA; }
span { border-color: rgb(142,52,250); }
td.TdClassName
{
border-color: #8E34FA;
}
.TagClassName
{
border-color: #8E34FA;
}
</style>