Shades of Blue Violet #8E4BF9
Tints of Blue Violet #8E4BF9
RGB
CMYK
RGB Variations
Color information
#8E4BF9 (or 0x8E4BF9) is known color: Blue Violet. HEX triplet: 8E, 4B and F9. RGB value is (142,75,249). Sum of RGB (Red+Green+Blue) = 142+75+249=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E4BF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4BF9 is #71B406. Grayscale: #727272. Windows color (decimal): -7451655 or 16337806. OLE color: 16337806.
HSL color Cylindrical-coordinate representation of color #8E4BF9: hue angle of 263.1º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E4BF9 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 75 | 249 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.02 |
| HSL | 263.1º | 0.94% | 0.64% | - |
| HSV(B) | 263.1º | 0.7% | 0.98% | - |
| XYZ | 30.77 | 17.62 | 91.4 | - |
| YUV | 114.87 | 203.7 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 249 | 0.43 | 0.70 | 0 | 0.02 | 263.1 | 0.94 | 0.64 |
| Hex | 8E | 4B | F9 | 2B | 46 | 0 | 2 | 107 | 5E | 40 |
| Octal | 216 | 113 | 371 | 53 | 106 | 0 | 2 | 407 | 136 | 100 |
| Binary | 10001110 | 1001011 | 11111001 | 101011 | 1000110 | 0 | 10 | 100000111 | 1011110 | 1000000 |
Color Harmonies of #8E4BF9
Complementary color
Monochromatic Colors of #8E4BF9
Black with #8E4BF9
Text Example
Text Example
White with #8E4BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4BF9; }
p { color: rgb(142,75,249); }
H1.HeaderClassName
{
color: #8E4BF9;
}
.AnyTagClassName
{
color: #8E4BF9;
}
</style>
background-color css
<style>
a { background-color: #8E4BF9; }
a { background-color: rgb(142,75,249); }
div.DivClassName
{
background-color: #8E4BF9;
}
.BgClassName
{
background-color: #8E4BF9;
}
</style>
border-color css
<style>
span { border-color: #8E4BF9; }
span { border-color: rgb(142,75,249); }
td.TdClassName
{
border-color: #8E4BF9;
}
.TagClassName
{
border-color: #8E4BF9;
}
</style>