Shades of Blue Violet #8E3EF9
Tints of Blue Violet #8E3EF9
RGB
CMYK
RGB Variations
Color information
#8E3EF9 (or 0x8E3EF9) is known color: Blue Violet. HEX triplet: 8E, 3E and F9. RGB value is (142,62,249). Sum of RGB (Red+Green+Blue) = 142+62+249=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #8E3EF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E3EF9 is #71C106. Grayscale: #6A6A6A. Windows color (decimal): -7454983 or 16334478. OLE color: 16334478.
HSL color Cylindrical-coordinate representation of color #8E3EF9: hue angle of 265.67º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E3EF9 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 62 | 249 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.02 |
| HSL | 265.67º | 0.94% | 0.61% | - |
| HSV(B) | 265.67º | 0.75% | 0.98% | - |
| XYZ | 29.98 | 16.04 | 91.14 | - |
| YUV | 107.24 | 208 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 62 | 249 | 0.43 | 0.75 | 0 | 0.02 | 265.67 | 0.94 | 0.61 |
| Hex | 8E | 3E | F9 | 2B | 4B | 0 | 2 | 10A | 5E | 3D |
| Octal | 216 | 76 | 371 | 53 | 113 | 0 | 2 | 412 | 136 | 75 |
| Binary | 10001110 | 111110 | 11111001 | 101011 | 1001011 | 0 | 10 | 100001010 | 1011110 | 111101 |
Color Harmonies of #8E3EF9
Complementary color
Monochromatic Colors of #8E3EF9
Black with #8E3EF9
Text Example
Text Example
White with #8E3EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3EF9; }
p { color: rgb(142,62,249); }
H1.HeaderClassName
{
color: #8E3EF9;
}
.AnyTagClassName
{
color: #8E3EF9;
}
</style>
background-color css
<style>
a { background-color: #8E3EF9; }
a { background-color: rgb(142,62,249); }
div.DivClassName
{
background-color: #8E3EF9;
}
.BgClassName
{
background-color: #8E3EF9;
}
</style>
border-color css
<style>
span { border-color: #8E3EF9; }
span { border-color: rgb(142,62,249); }
td.TdClassName
{
border-color: #8E3EF9;
}
.TagClassName
{
border-color: #8E3EF9;
}
</style>