Shades of Blue Violet #8E4AFC
Tints of Blue Violet #8E4AFC
RGB
CMYK
RGB Variations
Color information
#8E4AFC (or 0x8E4AFC) is known color: Blue Violet. HEX triplet: 8E, 4A and FC. RGB value is (142,74,252). Sum of RGB (Red+Green+Blue) = 142+74+252=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E4AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4AFC is #71B503. Grayscale: #717171. Windows color (decimal): -7451908 or 16534158. OLE color: 16534158.
HSL color Cylindrical-coordinate representation of color #8E4AFC: hue angle of 262.92º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E4AFC is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 74 | 252 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.01 |
| HSL | 262.92º | 0.97% | 0.64% | - |
| HSV(B) | 262.92º | 0.71% | 0.99% | - |
| XYZ | 31.17 | 17.68 | 93.86 | - |
| YUV | 114.62 | 205.53 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 252 | 0.44 | 0.71 | 0 | 0.01 | 262.92 | 0.97 | 0.64 |
| Hex | 8E | 4A | FC | 2C | 47 | 0 | 1 | 107 | 61 | 40 |
| Octal | 216 | 112 | 374 | 54 | 107 | 0 | 1 | 407 | 141 | 100 |
| Binary | 10001110 | 1001010 | 11111100 | 101100 | 1000111 | 0 | 1 | 100000111 | 1100001 | 1000000 |
Color Harmonies of #8E4AFC
Complementary color
Monochromatic Colors of #8E4AFC
Black with #8E4AFC
Text Example
Text Example
White with #8E4AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4AFC; }
p { color: rgb(142,74,252); }
H1.HeaderClassName
{
color: #8E4AFC;
}
.AnyTagClassName
{
color: #8E4AFC;
}
</style>
background-color css
<style>
a { background-color: #8E4AFC; }
a { background-color: rgb(142,74,252); }
div.DivClassName
{
background-color: #8E4AFC;
}
.BgClassName
{
background-color: #8E4AFC;
}
</style>
border-color css
<style>
span { border-color: #8E4AFC; }
span { border-color: rgb(142,74,252); }
td.TdClassName
{
border-color: #8E4AFC;
}
.TagClassName
{
border-color: #8E4AFC;
}
</style>