Shades of Medium Purple #895FDB
Tints of Medium Purple #895FDB
RGB
CMYK
RGB Variations
Color information
#895FDB (or 0x895FDB) is known color: Medium Purple. HEX triplet: 89, 5F and DB. RGB value is (137,95,219). Sum of RGB (Red+Green+Blue) = 137+95+219=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #895FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FDB is #76A024. Grayscale: #797979. Windows color (decimal): -7774245 or 14376841. OLE color: 14376841.
HSL color Cylindrical-coordinate representation of color #895FDB: hue angle of 260.32º degrees, saturation: 0.63, 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 #895FDB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 95 | 219 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.14 |
| HSL | 260.32º | 0.63% | 0.62% | - |
| HSV(B) | 260.32º | 0.57% | 0.86% | - |
| XYZ | 27.19 | 18.62 | 69.18 | - |
| YUV | 121.69 | 182.91 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 219 | 0.37 | 0.57 | 0 | 0.14 | 260.32 | 0.63 | 0.62 |
| Hex | 89 | 5F | DB | 25 | 39 | 0 | E | 104 | 3F | 3E |
| Octal | 211 | 137 | 333 | 45 | 71 | 0 | 16 | 404 | 77 | 76 |
| Binary | 10001001 | 1011111 | 11011011 | 100101 | 111001 | 0 | 1110 | 100000100 | 111111 | 111110 |
Color Harmonies of #895FDB
Complementary color
Monochromatic Colors of #895FDB
Black with #895FDB
Text Example
Text Example
White with #895FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FDB; }
p { color: rgb(137,95,219); }
H1.HeaderClassName
{
color: #895FDB;
}
.AnyTagClassName
{
color: #895FDB;
}
</style>
background-color css
<style>
a { background-color: #895FDB; }
a { background-color: rgb(137,95,219); }
div.DivClassName
{
background-color: #895FDB;
}
.BgClassName
{
background-color: #895FDB;
}
</style>
border-color css
<style>
span { border-color: #895FDB; }
span { border-color: rgb(137,95,219); }
td.TdClassName
{
border-color: #895FDB;
}
.TagClassName
{
border-color: #895FDB;
}
</style>