Shades of Medium Purple #885CDE
Tints of Medium Purple #885CDE
RGB
CMYK
RGB Variations
Color information
#885CDE (or 0x885CDE) is known color: Medium Purple. HEX triplet: 88, 5C and DE. RGB value is (136,92,222). Sum of RGB (Red+Green+Blue) = 136+92+222=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #885CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CDE is #77A321. Grayscale: #777777. Windows color (decimal): -7840546 or 14572680. OLE color: 14572680.
HSL color Cylindrical-coordinate representation of color #885CDE: hue angle of 260.31º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #885CDE is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 92 | 222 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.13 |
| HSL | 260.31º | 0.66% | 0.62% | - |
| HSV(B) | 260.31º | 0.59% | 0.87% | - |
| XYZ | 27.17 | 18.16 | 71.18 | - |
| YUV | 119.98 | 185.58 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 222 | 0.39 | 0.59 | 0 | 0.13 | 260.31 | 0.66 | 0.62 |
| Hex | 88 | 5C | DE | 27 | 3B | 0 | D | 104 | 42 | 3E |
| Octal | 210 | 134 | 336 | 47 | 73 | 0 | 15 | 404 | 102 | 76 |
| Binary | 10001000 | 1011100 | 11011110 | 100111 | 111011 | 0 | 1101 | 100000100 | 1000010 | 111110 |
Color Harmonies of #885CDE
Complementary color
Monochromatic Colors of #885CDE
Black with #885CDE
Text Example
Text Example
White with #885CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885CDE; }
p { color: rgb(136,92,222); }
H1.HeaderClassName
{
color: #885CDE;
}
.AnyTagClassName
{
color: #885CDE;
}
</style>
background-color css
<style>
a { background-color: #885CDE; }
a { background-color: rgb(136,92,222); }
div.DivClassName
{
background-color: #885CDE;
}
.BgClassName
{
background-color: #885CDE;
}
</style>
border-color css
<style>
span { border-color: #885CDE; }
span { border-color: rgb(136,92,222); }
td.TdClassName
{
border-color: #885CDE;
}
.TagClassName
{
border-color: #885CDE;
}
</style>