Shades of Blue Violet #890EFB
Tints of Blue Violet #890EFB
RGB
CMYK
RGB Variations
Color information
#890EFB (or 0x890EFB) is known color: Blue Violet. HEX triplet: 89, 0E and FB. RGB value is (137,14,251). Sum of RGB (Red+Green+Blue) = 137+14+251=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #890EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EFB is #76F104. Grayscale: #4C4C4C. Windows color (decimal): -7794949 or 16453257. OLE color: 16453257.
HSL color Cylindrical-coordinate representation of color #890EFB: hue angle of 271.14º 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 #890EFB is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 14 | 251 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.02 |
| HSL | 271.14º | 0.97% | 0.52% | - |
| HSV(B) | 271.14º | 0.94% | 0.98% | - |
| XYZ | 27.89 | 12.6 | 92.23 | - |
| YUV | 77.8 | 225.75 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 251 | 0.45 | 0.94 | 0 | 0.02 | 271.14 | 0.97 | 0.52 |
| Hex | 89 | E | FB | 2D | 5E | 0 | 2 | 10F | 61 | 34 |
| Octal | 211 | 16 | 373 | 55 | 136 | 0 | 2 | 417 | 141 | 64 |
| Binary | 10001001 | 1110 | 11111011 | 101101 | 1011110 | 0 | 10 | 100001111 | 1100001 | 110100 |
Color Harmonies of #890EFB
Complementary color
Monochromatic Colors of #890EFB
Black with #890EFB
Text Example
Text Example
White with #890EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EFB; }
p { color: rgb(137,14,251); }
H1.HeaderClassName
{
color: #890EFB;
}
.AnyTagClassName
{
color: #890EFB;
}
</style>
background-color css
<style>
a { background-color: #890EFB; }
a { background-color: rgb(137,14,251); }
div.DivClassName
{
background-color: #890EFB;
}
.BgClassName
{
background-color: #890EFB;
}
</style>
border-color css
<style>
span { border-color: #890EFB; }
span { border-color: rgb(137,14,251); }
td.TdClassName
{
border-color: #890EFB;
}
.TagClassName
{
border-color: #890EFB;
}
</style>