Shades of Medium Purple #885BDB
Tints of Medium Purple #885BDB
RGB
CMYK
RGB Variations
Color information
#885BDB (or 0x885BDB) is known color: Medium Purple. HEX triplet: 88, 5B and DB. RGB value is (136,91,219). Sum of RGB (Red+Green+Blue) = 136+91+219=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 91 (35.94% from 255 or 20.40% 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 #885BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BDB is #77A424. Grayscale: #767676. Windows color (decimal): -7840805 or 14375816. OLE color: 14375816.
HSL color Cylindrical-coordinate representation of color #885BDB: hue angle of 261.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #885BDB is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 91 | 219 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.14 |
| HSL | 261.09º | 0.64% | 0.61% | - |
| HSV(B) | 261.09º | 0.58% | 0.86% | - |
| XYZ | 26.68 | 17.83 | 69.05 | - |
| YUV | 119.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 219 | 0.38 | 0.58 | 0 | 0.14 | 261.09 | 0.64 | 0.61 |
| Hex | 88 | 5B | DB | 26 | 3A | 0 | E | 105 | 40 | 3D |
| Octal | 210 | 133 | 333 | 46 | 72 | 0 | 16 | 405 | 100 | 75 |
| Binary | 10001000 | 1011011 | 11011011 | 100110 | 111010 | 0 | 1110 | 100000101 | 1000000 | 111101 |
Color Harmonies of #885BDB
Complementary color
Monochromatic Colors of #885BDB
Black with #885BDB
Text Example
Text Example
White with #885BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BDB; }
p { color: rgb(136,91,219); }
H1.HeaderClassName
{
color: #885BDB;
}
.AnyTagClassName
{
color: #885BDB;
}
</style>
background-color css
<style>
a { background-color: #885BDB; }
a { background-color: rgb(136,91,219); }
div.DivClassName
{
background-color: #885BDB;
}
.BgClassName
{
background-color: #885BDB;
}
</style>
border-color css
<style>
span { border-color: #885BDB; }
span { border-color: rgb(136,91,219); }
td.TdClassName
{
border-color: #885BDB;
}
.TagClassName
{
border-color: #885BDB;
}
</style>