Shades of Blue Violet #8B0EFB
Tints of Blue Violet #8B0EFB
RGB
CMYK
RGB Variations
Color information
#8B0EFB (or 0x8B0EFB) is known color: Blue Violet. HEX triplet: 8B, 0E and FB. RGB value is (139,14,251). Sum of RGB (Red+Green+Blue) = 139+14+251=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B0EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B0EFB is #74F104. Grayscale: #4D4D4D. Windows color (decimal): -7663877 or 16453259. OLE color: 16453259.
HSL color Cylindrical-coordinate representation of color #8B0EFB: hue angle of 271.65º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0EFB is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 14 | 251 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.02 |
| HSL | 271.65º | 0.97% | 0.52% | - |
| HSV(B) | 271.65º | 0.94% | 0.98% | - |
| XYZ | 28.22 | 12.77 | 92.24 | - |
| YUV | 78.39 | 225.41 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 14 | 251 | 0.45 | 0.94 | 0 | 0.02 | 271.65 | 0.97 | 0.52 |
| Hex | 8B | E | FB | 2D | 5E | 0 | 2 | 110 | 61 | 34 |
| Octal | 213 | 16 | 373 | 55 | 136 | 0 | 2 | 420 | 141 | 64 |
| Binary | 10001011 | 1110 | 11111011 | 101101 | 1011110 | 0 | 10 | 100010000 | 1100001 | 110100 |
Color Harmonies of #8B0EFB
Complementary color
Monochromatic Colors of #8B0EFB
Black with #8B0EFB
Text Example
Text Example
White with #8B0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0EFB; }
p { color: rgb(139,14,251); }
H1.HeaderClassName
{
color: #8B0EFB;
}
.AnyTagClassName
{
color: #8B0EFB;
}
</style>
background-color css
<style>
a { background-color: #8B0EFB; }
a { background-color: rgb(139,14,251); }
div.DivClassName
{
background-color: #8B0EFB;
}
.BgClassName
{
background-color: #8B0EFB;
}
</style>
border-color css
<style>
span { border-color: #8B0EFB; }
span { border-color: rgb(139,14,251); }
td.TdClassName
{
border-color: #8B0EFB;
}
.TagClassName
{
border-color: #8B0EFB;
}
</style>