Shades of Medium Purple #885CDD
Tints of Medium Purple #885CDD
RGB
CMYK
RGB Variations
Color information
#885CDD (or 0x885CDD) is known color: Medium Purple. HEX triplet: 88, 5C and DD. RGB value is (136,92,221). Sum of RGB (Red+Green+Blue) = 136+92+221=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #885CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CDD is #77A322. Grayscale: #777777. Windows color (decimal): -7840547 or 14507144. OLE color: 14507144.
HSL color Cylindrical-coordinate representation of color #885CDD: hue angle of 260.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #885CDD is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 92 | 221 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.13 |
| HSL | 260.47º | 0.65% | 0.61% | - |
| HSV(B) | 260.47º | 0.58% | 0.87% | - |
| XYZ | 27.03 | 18.11 | 70.48 | - |
| YUV | 119.86 | 185.08 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 221 | 0.38 | 0.58 | 0 | 0.13 | 260.47 | 0.65 | 0.61 |
| Hex | 88 | 5C | DD | 26 | 3A | 0 | D | 104 | 41 | 3D |
| Octal | 210 | 134 | 335 | 46 | 72 | 0 | 15 | 404 | 101 | 75 |
| Binary | 10001000 | 1011100 | 11011101 | 100110 | 111010 | 0 | 1101 | 100000100 | 1000001 | 111101 |
Color Harmonies of #885CDD
Complementary color
Monochromatic Colors of #885CDD
Black with #885CDD
Text Example
Text Example
White with #885CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885CDD; }
p { color: rgb(136,92,221); }
H1.HeaderClassName
{
color: #885CDD;
}
.AnyTagClassName
{
color: #885CDD;
}
</style>
background-color css
<style>
a { background-color: #885CDD; }
a { background-color: rgb(136,92,221); }
div.DivClassName
{
background-color: #885CDD;
}
.BgClassName
{
background-color: #885CDD;
}
</style>
border-color css
<style>
span { border-color: #885CDD; }
span { border-color: rgb(136,92,221); }
td.TdClassName
{
border-color: #885CDD;
}
.TagClassName
{
border-color: #885CDD;
}
</style>