Shades of Medium Purple #895ADB
Tints of Medium Purple #895ADB
RGB
CMYK
RGB Variations
Color information
#895ADB (or 0x895ADB) is known color: Medium Purple. HEX triplet: 89, 5A and DB. RGB value is (137,90,219). Sum of RGB (Red+Green+Blue) = 137+90+219=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #895ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895ADB is #76A524. Grayscale: #767676. Windows color (decimal): -7775525 or 14375561. OLE color: 14375561.
HSL color Cylindrical-coordinate representation of color #895ADB: hue angle of 261.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #895ADB is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 90 | 219 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.14 |
| HSL | 261.86º | 0.64% | 0.61% | - |
| HSV(B) | 261.86º | 0.59% | 0.86% | - |
| XYZ | 26.76 | 17.75 | 69.03 | - |
| YUV | 118.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 219 | 0.37 | 0.59 | 0 | 0.14 | 261.86 | 0.64 | 0.61 |
| Hex | 89 | 5A | DB | 25 | 3B | 0 | E | 106 | 40 | 3D |
| Octal | 211 | 132 | 333 | 45 | 73 | 0 | 16 | 406 | 100 | 75 |
| Binary | 10001001 | 1011010 | 11011011 | 100101 | 111011 | 0 | 1110 | 100000110 | 1000000 | 111101 |
Color Harmonies of #895ADB
Complementary color
Monochromatic Colors of #895ADB
Black with #895ADB
Text Example
Text Example
White with #895ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895ADB; }
p { color: rgb(137,90,219); }
H1.HeaderClassName
{
color: #895ADB;
}
.AnyTagClassName
{
color: #895ADB;
}
</style>
background-color css
<style>
a { background-color: #895ADB; }
a { background-color: rgb(137,90,219); }
div.DivClassName
{
background-color: #895ADB;
}
.BgClassName
{
background-color: #895ADB;
}
</style>
border-color css
<style>
span { border-color: #895ADB; }
span { border-color: rgb(137,90,219); }
td.TdClassName
{
border-color: #895ADB;
}
.TagClassName
{
border-color: #895ADB;
}
</style>