Shades of Medium Purple #895EDC
Tints of Medium Purple #895EDC
RGB
CMYK
RGB Variations
Color information
#895EDC (or 0x895EDC) is known color: Medium Purple. HEX triplet: 89, 5E and DC. RGB value is (137,94,220). Sum of RGB (Red+Green+Blue) = 137+94+220=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #895EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EDC is #76A123. Grayscale: #787878. Windows color (decimal): -7774500 or 14442121. OLE color: 14442121.
HSL color Cylindrical-coordinate representation of color #895EDC: hue angle of 260.48º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #895EDC is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 94 | 220 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.14 |
| HSL | 260.48º | 0.64% | 0.62% | - |
| HSV(B) | 260.48º | 0.57% | 0.86% | - |
| XYZ | 27.24 | 18.49 | 69.84 | - |
| YUV | 121.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 220 | 0.38 | 0.57 | 0 | 0.14 | 260.48 | 0.64 | 0.62 |
| Hex | 89 | 5E | DC | 26 | 39 | 0 | E | 104 | 40 | 3E |
| Octal | 211 | 136 | 334 | 46 | 71 | 0 | 16 | 404 | 100 | 76 |
| Binary | 10001001 | 1011110 | 11011100 | 100110 | 111001 | 0 | 1110 | 100000100 | 1000000 | 111110 |
Color Harmonies of #895EDC
Complementary color
Monochromatic Colors of #895EDC
Black with #895EDC
Text Example
Text Example
White with #895EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895EDC; }
p { color: rgb(137,94,220); }
H1.HeaderClassName
{
color: #895EDC;
}
.AnyTagClassName
{
color: #895EDC;
}
</style>
background-color css
<style>
a { background-color: #895EDC; }
a { background-color: rgb(137,94,220); }
div.DivClassName
{
background-color: #895EDC;
}
.BgClassName
{
background-color: #895EDC;
}
</style>
border-color css
<style>
span { border-color: #895EDC; }
span { border-color: rgb(137,94,220); }
td.TdClassName
{
border-color: #895EDC;
}
.TagClassName
{
border-color: #895EDC;
}
</style>