Shades of Blue Violet #894CE1
Tints of Blue Violet #894CE1
RGB
CMYK
RGB Variations
Color information
#894CE1 (or 0x894CE1) is known color: Blue Violet. HEX triplet: 89, 4C and E1. RGB value is (137,76,225). Sum of RGB (Red+Green+Blue) = 137+76+225=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #894CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #894CE1 is #76B31E. Grayscale: #6E6E6E. Windows color (decimal): -7779103 or 14765193. OLE color: 14765193.
HSL color Cylindrical-coordinate representation of color #894CE1: hue angle of 264.56º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #894CE1 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 76 | 225 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.12 |
| HSL | 264.56º | 0.71% | 0.59% | - |
| HSV(B) | 264.56º | 0.66% | 0.88% | - |
| XYZ | 26.49 | 15.92 | 72.91 | - |
| YUV | 111.23 | 192.21 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 225 | 0.39 | 0.66 | 0 | 0.12 | 264.56 | 0.71 | 0.59 |
| Hex | 89 | 4C | E1 | 27 | 42 | 0 | C | 109 | 47 | 3B |
| Octal | 211 | 114 | 341 | 47 | 102 | 0 | 14 | 411 | 107 | 73 |
| Binary | 10001001 | 1001100 | 11100001 | 100111 | 1000010 | 0 | 1100 | 100001001 | 1000111 | 111011 |
Color Harmonies of #894CE1
Complementary color
Monochromatic Colors of #894CE1
Black with #894CE1
Text Example
Text Example
White with #894CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894CE1; }
p { color: rgb(137,76,225); }
H1.HeaderClassName
{
color: #894CE1;
}
.AnyTagClassName
{
color: #894CE1;
}
</style>
background-color css
<style>
a { background-color: #894CE1; }
a { background-color: rgb(137,76,225); }
div.DivClassName
{
background-color: #894CE1;
}
.BgClassName
{
background-color: #894CE1;
}
</style>
border-color css
<style>
span { border-color: #894CE1; }
span { border-color: rgb(137,76,225); }
td.TdClassName
{
border-color: #894CE1;
}
.TagClassName
{
border-color: #894CE1;
}
</style>