Shades of Blue Violet #890EF2
Tints of Blue Violet #890EF2
RGB
CMYK
RGB Variations
Color information
#890EF2 (or 0x890EF2) is known color: Blue Violet. HEX triplet: 89, 0E and F2. RGB value is (137,14,242). Sum of RGB (Red+Green+Blue) = 137+14+242=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #890EF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EF2 is #76F10D. Grayscale: #4B4B4B. Windows color (decimal): -7794958 or 15863433. OLE color: 15863433.
HSL color Cylindrical-coordinate representation of color #890EF2: hue angle of 272.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890EF2 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 14 | 242 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.05 |
| HSL | 272.37º | 0.9% | 0.5% | - |
| HSV(B) | 272.37º | 0.94% | 0.95% | - |
| XYZ | 26.5 | 12.04 | 84.93 | - |
| YUV | 76.77 | 221.25 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 242 | 0.43 | 0.94 | 0 | 0.05 | 272.37 | 0.9 | 0.5 |
| Hex | 89 | E | F2 | 2B | 5E | 0 | 5 | 110 | 5A | 32 |
| Octal | 211 | 16 | 362 | 53 | 136 | 0 | 5 | 420 | 132 | 62 |
| Binary | 10001001 | 1110 | 11110010 | 101011 | 1011110 | 0 | 101 | 100010000 | 1011010 | 110010 |
Color Harmonies of #890EF2
Complementary color
Monochromatic Colors of #890EF2
Black with #890EF2
Text Example
Text Example
White with #890EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EF2; }
p { color: rgb(137,14,242); }
H1.HeaderClassName
{
color: #890EF2;
}
.AnyTagClassName
{
color: #890EF2;
}
</style>
background-color css
<style>
a { background-color: #890EF2; }
a { background-color: rgb(137,14,242); }
div.DivClassName
{
background-color: #890EF2;
}
.BgClassName
{
background-color: #890EF2;
}
</style>
border-color css
<style>
span { border-color: #890EF2; }
span { border-color: rgb(137,14,242); }
td.TdClassName
{
border-color: #890EF2;
}
.TagClassName
{
border-color: #890EF2;
}
</style>