Shades of Medium Purple #895EDB
Tints of Medium Purple #895EDB
RGB
CMYK
RGB Variations
Color information
#895EDB (or 0x895EDB) is known color: Medium Purple. HEX triplet: 89, 5E and DB. RGB value is (137,94,219). Sum of RGB (Red+Green+Blue) = 137+94+219=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #895EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EDB is #76A124. Grayscale: #787878. Windows color (decimal): -7774501 or 14376585. OLE color: 14376585.
HSL color Cylindrical-coordinate representation of color #895EDB: hue angle of 260.64º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #895EDB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 94 | 219 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.14 |
| HSL | 260.64º | 0.63% | 0.61% | - |
| HSV(B) | 260.64º | 0.57% | 0.86% | - |
| XYZ | 27.11 | 18.44 | 69.15 | - |
| YUV | 121.11 | 183.25 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 219 | 0.37 | 0.57 | 0 | 0.14 | 260.64 | 0.63 | 0.61 |
| Hex | 89 | 5E | DB | 25 | 39 | 0 | E | 105 | 3F | 3D |
| Octal | 211 | 136 | 333 | 45 | 71 | 0 | 16 | 405 | 77 | 75 |
| Binary | 10001001 | 1011110 | 11011011 | 100101 | 111001 | 0 | 1110 | 100000101 | 111111 | 111101 |
Color Harmonies of #895EDB
Complementary color
Monochromatic Colors of #895EDB
Black with #895EDB
Text Example
Text Example
White with #895EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895EDB; }
p { color: rgb(137,94,219); }
H1.HeaderClassName
{
color: #895EDB;
}
.AnyTagClassName
{
color: #895EDB;
}
</style>
background-color css
<style>
a { background-color: #895EDB; }
a { background-color: rgb(137,94,219); }
div.DivClassName
{
background-color: #895EDB;
}
.BgClassName
{
background-color: #895EDB;
}
</style>
border-color css
<style>
span { border-color: #895EDB; }
span { border-color: rgb(137,94,219); }
td.TdClassName
{
border-color: #895EDB;
}
.TagClassName
{
border-color: #895EDB;
}
</style>