Shades of Blue Violet #890EF7
Tints of Blue Violet #890EF7
RGB
CMYK
RGB Variations
Color information
#890EF7 (or 0x890EF7) is known color: Blue Violet. HEX triplet: 89, 0E and F7. RGB value is (137,14,247). Sum of RGB (Red+Green+Blue) = 137+14+247=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 247 (96.88% from 255 or 62.06% from 398); Max value from RGB is 247 - color contains mainly: blue. Hex color #890EF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EF7 is #76F108. Grayscale: #4C4C4C. Windows color (decimal): -7794953 or 16191113. OLE color: 16191113.
HSL color Cylindrical-coordinate representation of color #890EF7: hue angle of 271.67º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890EF7 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 14 | 247 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.03 |
| HSL | 271.67º | 0.94% | 0.51% | - |
| HSV(B) | 271.67º | 0.94% | 0.97% | - |
| XYZ | 27.26 | 12.35 | 88.94 | - |
| YUV | 77.34 | 223.75 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 247 | 0.45 | 0.94 | 0 | 0.03 | 271.67 | 0.94 | 0.51 |
| Hex | 89 | E | F7 | 2D | 5E | 0 | 3 | 110 | 5E | 33 |
| Octal | 211 | 16 | 367 | 55 | 136 | 0 | 3 | 420 | 136 | 63 |
| Binary | 10001001 | 1110 | 11110111 | 101101 | 1011110 | 0 | 11 | 100010000 | 1011110 | 110011 |
Color Harmonies of #890EF7
Complementary color
Monochromatic Colors of #890EF7
Black with #890EF7
Text Example
Text Example
White with #890EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EF7; }
p { color: rgb(137,14,247); }
H1.HeaderClassName
{
color: #890EF7;
}
.AnyTagClassName
{
color: #890EF7;
}
</style>
background-color css
<style>
a { background-color: #890EF7; }
a { background-color: rgb(137,14,247); }
div.DivClassName
{
background-color: #890EF7;
}
.BgClassName
{
background-color: #890EF7;
}
</style>
border-color css
<style>
span { border-color: #890EF7; }
span { border-color: rgb(137,14,247); }
td.TdClassName
{
border-color: #890EF7;
}
.TagClassName
{
border-color: #890EF7;
}
</style>