Shades of Medium Purple #895AE5
Tints of Medium Purple #895AE5
RGB
CMYK
RGB Variations
Color information
#895AE5 (or 0x895AE5) is known color: Medium Purple. HEX triplet: 89, 5A and E5. RGB value is (137,90,229). Sum of RGB (Red+Green+Blue) = 137+90+229=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #895AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895AE5 is #76A51A. Grayscale: #777777. Windows color (decimal): -7775515 or 15030921. OLE color: 15030921.
HSL color Cylindrical-coordinate representation of color #895AE5: hue angle of 260.29º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #895AE5 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 90 | 229 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.10 |
| HSL | 260.29º | 0.73% | 0.63% | - |
| HSV(B) | 260.29º | 0.61% | 0.9% | - |
| XYZ | 28.12 | 18.29 | 76.18 | - |
| YUV | 119.9 | 189.57 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 229 | 0.40 | 0.61 | 0 | 0.10 | 260.29 | 0.73 | 0.63 |
| Hex | 89 | 5A | E5 | 28 | 3D | 0 | A | 104 | 49 | 3F |
| Octal | 211 | 132 | 345 | 50 | 75 | 0 | 12 | 404 | 111 | 77 |
| Binary | 10001001 | 1011010 | 11100101 | 101000 | 111101 | 0 | 1010 | 100000100 | 1001001 | 111111 |
Color Harmonies of #895AE5
Complementary color
Monochromatic Colors of #895AE5
Black with #895AE5
Text Example
Text Example
White with #895AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895AE5; }
p { color: rgb(137,90,229); }
H1.HeaderClassName
{
color: #895AE5;
}
.AnyTagClassName
{
color: #895AE5;
}
</style>
background-color css
<style>
a { background-color: #895AE5; }
a { background-color: rgb(137,90,229); }
div.DivClassName
{
background-color: #895AE5;
}
.BgClassName
{
background-color: #895AE5;
}
</style>
border-color css
<style>
span { border-color: #895AE5; }
span { border-color: rgb(137,90,229); }
td.TdClassName
{
border-color: #895AE5;
}
.TagClassName
{
border-color: #895AE5;
}
</style>