Shades of Blue Violet #890EF8
Tints of Blue Violet #890EF8
RGB
CMYK
RGB Variations
Color information
#890EF8 (or 0x890EF8) is known color: Blue Violet. HEX triplet: 89, 0E and F8. RGB value is (137,14,248). Sum of RGB (Red+Green+Blue) = 137+14+248=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 248 (97.27% from 255 or 62.16% from 399); Max value from RGB is 248 - color contains mainly: blue. Hex color #890EF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EF8 is #76F107. Grayscale: #4C4C4C. Windows color (decimal): -7794952 or 16256649. OLE color: 16256649.
HSL color Cylindrical-coordinate representation of color #890EF8: hue angle of 271.54º 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 #890EF8 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 14 | 248 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.03 |
| HSL | 271.54º | 0.94% | 0.51% | - |
| HSV(B) | 271.54º | 0.94% | 0.97% | - |
| XYZ | 27.42 | 12.41 | 89.76 | - |
| YUV | 77.45 | 224.25 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 248 | 0.45 | 0.94 | 0 | 0.03 | 271.54 | 0.94 | 0.51 |
| Hex | 89 | E | F8 | 2D | 5E | 0 | 3 | 110 | 5E | 33 |
| Octal | 211 | 16 | 370 | 55 | 136 | 0 | 3 | 420 | 136 | 63 |
| Binary | 10001001 | 1110 | 11111000 | 101101 | 1011110 | 0 | 11 | 100010000 | 1011110 | 110011 |
Color Harmonies of #890EF8
Complementary color
Monochromatic Colors of #890EF8
Black with #890EF8
Text Example
Text Example
White with #890EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EF8; }
p { color: rgb(137,14,248); }
H1.HeaderClassName
{
color: #890EF8;
}
.AnyTagClassName
{
color: #890EF8;
}
</style>
background-color css
<style>
a { background-color: #890EF8; }
a { background-color: rgb(137,14,248); }
div.DivClassName
{
background-color: #890EF8;
}
.BgClassName
{
background-color: #890EF8;
}
</style>
border-color css
<style>
span { border-color: #890EF8; }
span { border-color: rgb(137,14,248); }
td.TdClassName
{
border-color: #890EF8;
}
.TagClassName
{
border-color: #890EF8;
}
</style>