Shades of Blue Violet #894BEA
Tints of Blue Violet #894BEA
RGB
CMYK
RGB Variations
Color information
#894BEA (or 0x894BEA) is known color: Blue Violet. HEX triplet: 89, 4B and EA. RGB value is (137,75,234). Sum of RGB (Red+Green+Blue) = 137+75+234=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #894BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #894BEA is #76B415. Grayscale: #6F6F6F. Windows color (decimal): -7779350 or 15354761. OLE color: 15354761.
HSL color Cylindrical-coordinate representation of color #894BEA: hue angle of 263.4º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #894BEA is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 75 | 234 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.08 |
| HSL | 263.4º | 0.79% | 0.61% | - |
| HSV(B) | 263.4º | 0.68% | 0.92% | - |
| XYZ | 27.68 | 16.29 | 79.53 | - |
| YUV | 111.66 | 197.04 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 234 | 0.41 | 0.68 | 0 | 0.08 | 263.4 | 0.79 | 0.61 |
| Hex | 89 | 4B | EA | 29 | 44 | 0 | 8 | 107 | 4F | 3D |
| Octal | 211 | 113 | 352 | 51 | 104 | 0 | 10 | 407 | 117 | 75 |
| Binary | 10001001 | 1001011 | 11101010 | 101001 | 1000100 | 0 | 1000 | 100000111 | 1001111 | 111101 |
Color Harmonies of #894BEA
Complementary color
Monochromatic Colors of #894BEA
Black with #894BEA
Text Example
Text Example
White with #894BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894BEA; }
p { color: rgb(137,75,234); }
H1.HeaderClassName
{
color: #894BEA;
}
.AnyTagClassName
{
color: #894BEA;
}
</style>
background-color css
<style>
a { background-color: #894BEA; }
a { background-color: rgb(137,75,234); }
div.DivClassName
{
background-color: #894BEA;
}
.BgClassName
{
background-color: #894BEA;
}
</style>
border-color css
<style>
span { border-color: #894BEA; }
span { border-color: rgb(137,75,234); }
td.TdClassName
{
border-color: #894BEA;
}
.TagClassName
{
border-color: #894BEA;
}
</style>