Shades of Medium Purple #885ADB
Tints of Medium Purple #885ADB
RGB
CMYK
RGB Variations
Color information
#885ADB (or 0x885ADB) is known color: Medium Purple. HEX triplet: 88, 5A and DB. RGB value is (136,90,219). Sum of RGB (Red+Green+Blue) = 136+90+219=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #885ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ADB is #77A524. Grayscale: #757575. Windows color (decimal): -7841061 or 14375560. OLE color: 14375560.
HSL color Cylindrical-coordinate representation of color #885ADB: hue angle of 261.4º 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 #885ADB is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 90 | 219 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.14 |
| HSL | 261.4º | 0.64% | 0.61% | - |
| HSV(B) | 261.4º | 0.59% | 0.86% | - |
| XYZ | 26.6 | 17.66 | 69.03 | - |
| YUV | 118.46 | 184.74 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 219 | 0.38 | 0.59 | 0 | 0.14 | 261.4 | 0.64 | 0.61 |
| Hex | 88 | 5A | DB | 26 | 3B | 0 | E | 105 | 40 | 3D |
| Octal | 210 | 132 | 333 | 46 | 73 | 0 | 16 | 405 | 100 | 75 |
| Binary | 10001000 | 1011010 | 11011011 | 100110 | 111011 | 0 | 1110 | 100000101 | 1000000 | 111101 |
Color Harmonies of #885ADB
Complementary color
Monochromatic Colors of #885ADB
Black with #885ADB
Text Example
Text Example
White with #885ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885ADB; }
p { color: rgb(136,90,219); }
H1.HeaderClassName
{
color: #885ADB;
}
.AnyTagClassName
{
color: #885ADB;
}
</style>
background-color css
<style>
a { background-color: #885ADB; }
a { background-color: rgb(136,90,219); }
div.DivClassName
{
background-color: #885ADB;
}
.BgClassName
{
background-color: #885ADB;
}
</style>
border-color css
<style>
span { border-color: #885ADB; }
span { border-color: rgb(136,90,219); }
td.TdClassName
{
border-color: #885ADB;
}
.TagClassName
{
border-color: #885ADB;
}
</style>