Shades of Blue Violet #8E1BF8
Tints of Blue Violet #8E1BF8
RGB
CMYK
RGB Variations
Color information
#8E1BF8 (or 0x8E1BF8) is known color: Blue Violet. HEX triplet: 8E, 1B and F8. RGB value is (142,27,248). Sum of RGB (Red+Green+Blue) = 142+27+248=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 248 (97.27% from 255 or 59.47% from 417); Max value from RGB is 248 - color contains mainly: blue. Hex color #8E1BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1BF8 is #71E407. Grayscale: #555555. Windows color (decimal): -7463944 or 16259982. OLE color: 16259982.
HSL color Cylindrical-coordinate representation of color #8E1BF8: hue angle of 271.22º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E1BF8 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 27 | 248 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.03 |
| HSL | 271.22º | 0.94% | 0.54% | - |
| HSV(B) | 271.22º | 0.89% | 0.97% | - |
| XYZ | 28.49 | 13.31 | 89.87 | - |
| YUV | 86.58 | 219.1 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 27 | 248 | 0.43 | 0.89 | 0 | 0.03 | 271.22 | 0.94 | 0.54 |
| Hex | 8E | 1B | F8 | 2B | 59 | 0 | 3 | 10F | 5E | 36 |
| Octal | 216 | 33 | 370 | 53 | 131 | 0 | 3 | 417 | 136 | 66 |
| Binary | 10001110 | 11011 | 11111000 | 101011 | 1011001 | 0 | 11 | 100001111 | 1011110 | 110110 |
Color Harmonies of #8E1BF8
Complementary color
Monochromatic Colors of #8E1BF8
Black with #8E1BF8
Text Example
Text Example
White with #8E1BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1BF8; }
p { color: rgb(142,27,248); }
H1.HeaderClassName
{
color: #8E1BF8;
}
.AnyTagClassName
{
color: #8E1BF8;
}
</style>
background-color css
<style>
a { background-color: #8E1BF8; }
a { background-color: rgb(142,27,248); }
div.DivClassName
{
background-color: #8E1BF8;
}
.BgClassName
{
background-color: #8E1BF8;
}
</style>
border-color css
<style>
span { border-color: #8E1BF8; }
span { border-color: rgb(142,27,248); }
td.TdClassName
{
border-color: #8E1BF8;
}
.TagClassName
{
border-color: #8E1BF8;
}
</style>