Shades of Blue Violet #890EEA
Tints of Blue Violet #890EEA
RGB
CMYK
RGB Variations
Color information
#890EEA (or 0x890EEA) is known color: Blue Violet. HEX triplet: 89, 0E and EA. RGB value is (137,14,234). Sum of RGB (Red+Green+Blue) = 137+14+234=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #890EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EEA is #76F115. Grayscale: #4B4B4B. Windows color (decimal): -7794966 or 15339145. OLE color: 15339145.
HSL color Cylindrical-coordinate representation of color #890EEA: hue angle of 273.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890EEA is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 14 | 234 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.08 |
| HSL | 273.55º | 0.89% | 0.49% | - |
| HSV(B) | 273.55º | 0.94% | 0.92% | - |
| XYZ | 25.32 | 11.57 | 78.74 | - |
| YUV | 75.86 | 217.25 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 234 | 0.41 | 0.94 | 0 | 0.08 | 273.55 | 0.89 | 0.49 |
| Hex | 89 | E | EA | 29 | 5E | 0 | 8 | 112 | 59 | 31 |
| Octal | 211 | 16 | 352 | 51 | 136 | 0 | 10 | 422 | 131 | 61 |
| Binary | 10001001 | 1110 | 11101010 | 101001 | 1011110 | 0 | 1000 | 100010010 | 1011001 | 110001 |
Color Harmonies of #890EEA
Complementary color
Monochromatic Colors of #890EEA
Black with #890EEA
Text Example
Text Example
White with #890EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EEA; }
p { color: rgb(137,14,234); }
H1.HeaderClassName
{
color: #890EEA;
}
.AnyTagClassName
{
color: #890EEA;
}
</style>
background-color css
<style>
a { background-color: #890EEA; }
a { background-color: rgb(137,14,234); }
div.DivClassName
{
background-color: #890EEA;
}
.BgClassName
{
background-color: #890EEA;
}
</style>
border-color css
<style>
span { border-color: #890EEA; }
span { border-color: rgb(137,14,234); }
td.TdClassName
{
border-color: #890EEA;
}
.TagClassName
{
border-color: #890EEA;
}
</style>