Shades of Blue Violet #890EF4
Tints of Blue Violet #890EF4
RGB
CMYK
RGB Variations
Color information
#890EF4 (or 0x890EF4) is known color: Blue Violet. HEX triplet: 89, 0E and F4. RGB value is (137,14,244). Sum of RGB (Red+Green+Blue) = 137+14+244=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 244 (95.70% from 255 or 61.77% from 395); Max value from RGB is 244 - color contains mainly: blue. Hex color #890EF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EF4 is #76F10B. Grayscale: #4C4C4C. Windows color (decimal): -7794956 or 15994505. OLE color: 15994505.
HSL color Cylindrical-coordinate representation of color #890EF4: hue angle of 272.09º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890EF4 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 14 | 244 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.04 |
| HSL | 272.09º | 0.91% | 0.51% | - |
| HSV(B) | 272.09º | 0.94% | 0.96% | - |
| XYZ | 26.8 | 12.16 | 86.52 | - |
| YUV | 77 | 222.25 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 244 | 0.44 | 0.94 | 0 | 0.04 | 272.09 | 0.91 | 0.51 |
| Hex | 89 | E | F4 | 2C | 5E | 0 | 4 | 110 | 5B | 33 |
| Octal | 211 | 16 | 364 | 54 | 136 | 0 | 4 | 420 | 133 | 63 |
| Binary | 10001001 | 1110 | 11110100 | 101100 | 1011110 | 0 | 100 | 100010000 | 1011011 | 110011 |
Color Harmonies of #890EF4
Complementary color
Monochromatic Colors of #890EF4
Black with #890EF4
Text Example
Text Example
White with #890EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EF4; }
p { color: rgb(137,14,244); }
H1.HeaderClassName
{
color: #890EF4;
}
.AnyTagClassName
{
color: #890EF4;
}
</style>
background-color css
<style>
a { background-color: #890EF4; }
a { background-color: rgb(137,14,244); }
div.DivClassName
{
background-color: #890EF4;
}
.BgClassName
{
background-color: #890EF4;
}
</style>
border-color css
<style>
span { border-color: #890EF4; }
span { border-color: rgb(137,14,244); }
td.TdClassName
{
border-color: #890EF4;
}
.TagClassName
{
border-color: #890EF4;
}
</style>