Shades of Medium Purple #885CDC
Tints of Medium Purple #885CDC
RGB
CMYK
RGB Variations
Color information
#885CDC (or 0x885CDC) is known color: Medium Purple. HEX triplet: 88, 5C and DC. RGB value is (136,92,220). Sum of RGB (Red+Green+Blue) = 136+92+220=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #885CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CDC is #77A323. Grayscale: #777777. Windows color (decimal): -7840548 or 14441608. OLE color: 14441608.
HSL color Cylindrical-coordinate representation of color #885CDC: hue angle of 260.62º degrees, saturation: 0.65, 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 #885CDC is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 92 | 220 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.14 |
| HSL | 260.63º | 0.65% | 0.61% | - |
| HSV(B) | 260.63º | 0.58% | 0.86% | - |
| XYZ | 26.9 | 18.06 | 69.78 | - |
| YUV | 119.75 | 184.58 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 220 | 0.38 | 0.58 | 0 | 0.14 | 260.63 | 0.65 | 0.61 |
| Hex | 88 | 5C | DC | 26 | 3A | 0 | E | 105 | 41 | 3D |
| Octal | 210 | 134 | 334 | 46 | 72 | 0 | 16 | 405 | 101 | 75 |
| Binary | 10001000 | 1011100 | 11011100 | 100110 | 111010 | 0 | 1110 | 100000101 | 1000001 | 111101 |
Color Harmonies of #885CDC
Complementary color
Monochromatic Colors of #885CDC
Black with #885CDC
Text Example
Text Example
White with #885CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885CDC; }
p { color: rgb(136,92,220); }
H1.HeaderClassName
{
color: #885CDC;
}
.AnyTagClassName
{
color: #885CDC;
}
</style>
background-color css
<style>
a { background-color: #885CDC; }
a { background-color: rgb(136,92,220); }
div.DivClassName
{
background-color: #885CDC;
}
.BgClassName
{
background-color: #885CDC;
}
</style>
border-color css
<style>
span { border-color: #885CDC; }
span { border-color: rgb(136,92,220); }
td.TdClassName
{
border-color: #885CDC;
}
.TagClassName
{
border-color: #885CDC;
}
</style>