Shades of Blue Violet #890FEA
Tints of Blue Violet #890FEA
RGB
CMYK
RGB Variations
Color information
#890FEA (or 0x890FEA) is known color: Blue Violet. HEX triplet: 89, 0F and EA. RGB value is (137,15,234). Sum of RGB (Red+Green+Blue) = 137+15+234=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #890FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890FEA is #76F015. Grayscale: #4B4B4B. Windows color (decimal): -7794710 or 15339401. OLE color: 15339401.
HSL color Cylindrical-coordinate representation of color #890FEA: hue angle of 273.42º degrees, saturation: 0.88, 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 #890FEA is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 15 | 234 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.08 |
| HSL | 273.42º | 0.88% | 0.49% | - |
| HSV(B) | 273.42º | 0.94% | 0.92% | - |
| XYZ | 25.34 | 11.6 | 78.75 | - |
| YUV | 76.44 | 216.92 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 234 | 0.41 | 0.94 | 0 | 0.08 | 273.42 | 0.88 | 0.49 |
| Hex | 89 | F | EA | 29 | 5E | 0 | 8 | 111 | 58 | 31 |
| Octal | 211 | 17 | 352 | 51 | 136 | 0 | 10 | 421 | 130 | 61 |
| Binary | 10001001 | 1111 | 11101010 | 101001 | 1011110 | 0 | 1000 | 100010001 | 1011000 | 110001 |
Color Harmonies of #890FEA
Complementary color
Monochromatic Colors of #890FEA
Black with #890FEA
Text Example
Text Example
White with #890FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890FEA; }
p { color: rgb(137,15,234); }
H1.HeaderClassName
{
color: #890FEA;
}
.AnyTagClassName
{
color: #890FEA;
}
</style>
background-color css
<style>
a { background-color: #890FEA; }
a { background-color: rgb(137,15,234); }
div.DivClassName
{
background-color: #890FEA;
}
.BgClassName
{
background-color: #890FEA;
}
</style>
border-color css
<style>
span { border-color: #890FEA; }
span { border-color: rgb(137,15,234); }
td.TdClassName
{
border-color: #890FEA;
}
.TagClassName
{
border-color: #890FEA;
}
</style>