Shades of Medium Purple #894FE5
Tints of Medium Purple #894FE5
RGB
CMYK
RGB Variations
Color information
#894FE5 (or 0x894FE5) is known color: Medium Purple. HEX triplet: 89, 4F and E5. RGB value is (137,79,229). Sum of RGB (Red+Green+Blue) = 137+79+229=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #894FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FE5 is #76B01A. Grayscale: #707070. Windows color (decimal): -7778331 or 15028105. OLE color: 15028105.
HSL color Cylindrical-coordinate representation of color #894FE5: hue angle of 263.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #894FE5 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 79 | 229 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.10 |
| HSL | 263.2º | 0.74% | 0.6% | - |
| HSV(B) | 263.2º | 0.66% | 0.9% | - |
| XYZ | 27.26 | 16.57 | 75.89 | - |
| YUV | 113.44 | 193.22 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 229 | 0.40 | 0.66 | 0 | 0.10 | 263.2 | 0.74 | 0.6 |
| Hex | 89 | 4F | E5 | 28 | 42 | 0 | A | 107 | 4A | 3C |
| Octal | 211 | 117 | 345 | 50 | 102 | 0 | 12 | 407 | 112 | 74 |
| Binary | 10001001 | 1001111 | 11100101 | 101000 | 1000010 | 0 | 1010 | 100000111 | 1001010 | 111100 |
Color Harmonies of #894FE5
Complementary color
Monochromatic Colors of #894FE5
Black with #894FE5
Text Example
Text Example
White with #894FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894FE5; }
p { color: rgb(137,79,229); }
H1.HeaderClassName
{
color: #894FE5;
}
.AnyTagClassName
{
color: #894FE5;
}
</style>
background-color css
<style>
a { background-color: #894FE5; }
a { background-color: rgb(137,79,229); }
div.DivClassName
{
background-color: #894FE5;
}
.BgClassName
{
background-color: #894FE5;
}
</style>
border-color css
<style>
span { border-color: #894FE5; }
span { border-color: rgb(137,79,229); }
td.TdClassName
{
border-color: #894FE5;
}
.TagClassName
{
border-color: #894FE5;
}
</style>