Shades of Blue Violet #894AE8
Tints of Blue Violet #894AE8
RGB
CMYK
RGB Variations
Color information
#894AE8 (or 0x894AE8) is known color: Blue Violet. HEX triplet: 89, 4A and E8. RGB value is (137,74,232). Sum of RGB (Red+Green+Blue) = 137+74+232=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #894AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894AE8 is #76B517. Grayscale: #6E6E6E. Windows color (decimal): -7779608 or 15223433. OLE color: 15223433.
HSL color Cylindrical-coordinate representation of color #894AE8: hue angle of 263.92º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894AE8 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 74 | 232 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.09 |
| HSL | 263.92º | 0.77% | 0.6% | - |
| HSV(B) | 263.92º | 0.68% | 0.91% | - |
| XYZ | 27.33 | 16.04 | 78 | - |
| YUV | 110.85 | 196.37 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 232 | 0.41 | 0.68 | 0 | 0.09 | 263.92 | 0.77 | 0.6 |
| Hex | 89 | 4A | E8 | 29 | 44 | 0 | 9 | 108 | 4D | 3C |
| Octal | 211 | 112 | 350 | 51 | 104 | 0 | 11 | 410 | 115 | 74 |
| Binary | 10001001 | 1001010 | 11101000 | 101001 | 1000100 | 0 | 1001 | 100001000 | 1001101 | 111100 |
Color Harmonies of #894AE8
Complementary color
Monochromatic Colors of #894AE8
Black with #894AE8
Text Example
Text Example
White with #894AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894AE8; }
p { color: rgb(137,74,232); }
H1.HeaderClassName
{
color: #894AE8;
}
.AnyTagClassName
{
color: #894AE8;
}
</style>
background-color css
<style>
a { background-color: #894AE8; }
a { background-color: rgb(137,74,232); }
div.DivClassName
{
background-color: #894AE8;
}
.BgClassName
{
background-color: #894AE8;
}
</style>
border-color css
<style>
span { border-color: #894AE8; }
span { border-color: rgb(137,74,232); }
td.TdClassName
{
border-color: #894AE8;
}
.TagClassName
{
border-color: #894AE8;
}
</style>