Shades of Medium Purple #895EDF
Tints of Medium Purple #895EDF
RGB
CMYK
RGB Variations
Color information
#895EDF (or 0x895EDF) is known color: Medium Purple. HEX triplet: 89, 5E and DF. RGB value is (137,94,223). Sum of RGB (Red+Green+Blue) = 137+94+223=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #895EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895EDF is #76A120. Grayscale: #797979. Windows color (decimal): -7774497 or 14638729. OLE color: 14638729.
HSL color Cylindrical-coordinate representation of color #895EDF: hue angle of 260º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #895EDF is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 94 | 223 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.13 |
| HSL | 260º | 0.67% | 0.62% | - |
| HSV(B) | 260º | 0.58% | 0.87% | - |
| XYZ | 27.64 | 18.65 | 71.96 | - |
| YUV | 121.56 | 185.25 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 223 | 0.39 | 0.58 | 0 | 0.13 | 260 | 0.67 | 0.62 |
| Hex | 89 | 5E | DF | 27 | 3A | 0 | D | 104 | 43 | 3E |
| Octal | 211 | 136 | 337 | 47 | 72 | 0 | 15 | 404 | 103 | 76 |
| Binary | 10001001 | 1011110 | 11011111 | 100111 | 111010 | 0 | 1101 | 100000100 | 1000011 | 111110 |
Color Harmonies of #895EDF
Complementary color
Monochromatic Colors of #895EDF
Black with #895EDF
Text Example
Text Example
White with #895EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895EDF; }
p { color: rgb(137,94,223); }
H1.HeaderClassName
{
color: #895EDF;
}
.AnyTagClassName
{
color: #895EDF;
}
</style>
background-color css
<style>
a { background-color: #895EDF; }
a { background-color: rgb(137,94,223); }
div.DivClassName
{
background-color: #895EDF;
}
.BgClassName
{
background-color: #895EDF;
}
</style>
border-color css
<style>
span { border-color: #895EDF; }
span { border-color: rgb(137,94,223); }
td.TdClassName
{
border-color: #895EDF;
}
.TagClassName
{
border-color: #895EDF;
}
</style>