Shades of Blue Violet #890EFA
Tints of Blue Violet #890EFA
RGB
CMYK
RGB Variations
Color information
#890EFA (or 0x890EFA) is known color: Blue Violet. HEX triplet: 89, 0E and FA. RGB value is (137,14,250). Sum of RGB (Red+Green+Blue) = 137+14+250=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #890EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EFA is #76F105. Grayscale: #4C4C4C. Windows color (decimal): -7794950 or 16387721. OLE color: 16387721.
HSL color Cylindrical-coordinate representation of color #890EFA: hue angle of 271.27º degrees, saturation: 0.96, 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 #890EFA is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 14 | 250 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.02 |
| HSL | 271.27º | 0.96% | 0.52% | - |
| HSV(B) | 271.27º | 0.94% | 0.98% | - |
| XYZ | 27.73 | 12.53 | 91.4 | - |
| YUV | 77.68 | 225.25 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 250 | 0.45 | 0.94 | 0 | 0.02 | 271.27 | 0.96 | 0.52 |
| Hex | 89 | E | FA | 2D | 5E | 0 | 2 | 10F | 60 | 34 |
| Octal | 211 | 16 | 372 | 55 | 136 | 0 | 2 | 417 | 140 | 64 |
| Binary | 10001001 | 1110 | 11111010 | 101101 | 1011110 | 0 | 10 | 100001111 | 1100000 | 110100 |
Color Harmonies of #890EFA
Complementary color
Monochromatic Colors of #890EFA
Black with #890EFA
Text Example
Text Example
White with #890EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EFA; }
p { color: rgb(137,14,250); }
H1.HeaderClassName
{
color: #890EFA;
}
.AnyTagClassName
{
color: #890EFA;
}
</style>
background-color css
<style>
a { background-color: #890EFA; }
a { background-color: rgb(137,14,250); }
div.DivClassName
{
background-color: #890EFA;
}
.BgClassName
{
background-color: #890EFA;
}
</style>
border-color css
<style>
span { border-color: #890EFA; }
span { border-color: rgb(137,14,250); }
td.TdClassName
{
border-color: #890EFA;
}
.TagClassName
{
border-color: #890EFA;
}
</style>