Shades of Blue Violet #8E1BFB
Tints of Blue Violet #8E1BFB
RGB
CMYK
RGB Variations
Color information
#8E1BFB (or 0x8E1BFB) is known color: Blue Violet. HEX triplet: 8E, 1B and FB. RGB value is (142,27,251). Sum of RGB (Red+Green+Blue) = 142+27+251=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E1BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1BFB is #71E404. Grayscale: #565656. Windows color (decimal): -7463941 or 16456590. OLE color: 16456590.
HSL color Cylindrical-coordinate representation of color #8E1BFB: hue angle of 270.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E1BFB is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 27 | 251 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.02 |
| HSL | 270.8º | 0.97% | 0.55% | - |
| HSV(B) | 270.8º | 0.89% | 0.98% | - |
| XYZ | 28.96 | 13.5 | 92.35 | - |
| YUV | 86.92 | 220.6 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 27 | 251 | 0.43 | 0.89 | 0 | 0.02 | 270.8 | 0.97 | 0.55 |
| Hex | 8E | 1B | FB | 2B | 59 | 0 | 2 | 10F | 61 | 37 |
| Octal | 216 | 33 | 373 | 53 | 131 | 0 | 2 | 417 | 141 | 67 |
| Binary | 10001110 | 11011 | 11111011 | 101011 | 1011001 | 0 | 10 | 100001111 | 1100001 | 110111 |
Color Harmonies of #8E1BFB
Complementary color
Monochromatic Colors of #8E1BFB
Black with #8E1BFB
Text Example
Text Example
White with #8E1BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1BFB; }
p { color: rgb(142,27,251); }
H1.HeaderClassName
{
color: #8E1BFB;
}
.AnyTagClassName
{
color: #8E1BFB;
}
</style>
background-color css
<style>
a { background-color: #8E1BFB; }
a { background-color: rgb(142,27,251); }
div.DivClassName
{
background-color: #8E1BFB;
}
.BgClassName
{
background-color: #8E1BFB;
}
</style>
border-color css
<style>
span { border-color: #8E1BFB; }
span { border-color: rgb(142,27,251); }
td.TdClassName
{
border-color: #8E1BFB;
}
.TagClassName
{
border-color: #8E1BFB;
}
</style>