Shades of Medium Purple #885DDB
Tints of Medium Purple #885DDB
RGB
CMYK
RGB Variations
Color information
#885DDB (or 0x885DDB) is known color: Medium Purple. HEX triplet: 88, 5D and DB. RGB value is (136,93,219). Sum of RGB (Red+Green+Blue) = 136+93+219=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #885DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DDB is #77A224. Grayscale: #777777. Windows color (decimal): -7840293 or 14376328. OLE color: 14376328.
HSL color Cylindrical-coordinate representation of color #885DDB: hue angle of 260.48º 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 #885DDB is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 93 | 219 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.14 |
| HSL | 260.48º | 0.64% | 0.61% | - |
| HSV(B) | 260.48º | 0.58% | 0.86% | - |
| XYZ | 26.85 | 18.18 | 69.11 | - |
| YUV | 120.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 219 | 0.38 | 0.58 | 0 | 0.14 | 260.48 | 0.64 | 0.61 |
| Hex | 88 | 5D | DB | 26 | 3A | 0 | E | 104 | 40 | 3D |
| Octal | 210 | 135 | 333 | 46 | 72 | 0 | 16 | 404 | 100 | 75 |
| Binary | 10001000 | 1011101 | 11011011 | 100110 | 111010 | 0 | 1110 | 100000100 | 1000000 | 111101 |
Color Harmonies of #885DDB
Complementary color
Monochromatic Colors of #885DDB
Black with #885DDB
Text Example
Text Example
White with #885DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885DDB; }
p { color: rgb(136,93,219); }
H1.HeaderClassName
{
color: #885DDB;
}
.AnyTagClassName
{
color: #885DDB;
}
</style>
background-color css
<style>
a { background-color: #885DDB; }
a { background-color: rgb(136,93,219); }
div.DivClassName
{
background-color: #885DDB;
}
.BgClassName
{
background-color: #885DDB;
}
</style>
border-color css
<style>
span { border-color: #885DDB; }
span { border-color: rgb(136,93,219); }
td.TdClassName
{
border-color: #885DDB;
}
.TagClassName
{
border-color: #885DDB;
}
</style>