Shades of Medium Purple #885ADE
Tints of Medium Purple #885ADE
RGB
CMYK
RGB Variations
Color information
#885ADE (or 0x885ADE) is known color: Medium Purple. HEX triplet: 88, 5A and DE. RGB value is (136,90,222). Sum of RGB (Red+Green+Blue) = 136+90+222=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #885ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ADE is #77A521. Grayscale: #767676. Windows color (decimal): -7841058 or 14572168. OLE color: 14572168.
HSL color Cylindrical-coordinate representation of color #885ADE: hue angle of 260.91º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #885ADE is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 90 | 222 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.13 |
| HSL | 260.91º | 0.67% | 0.61% | - |
| HSV(B) | 260.91º | 0.59% | 0.87% | - |
| XYZ | 26.99 | 17.82 | 71.12 | - |
| YUV | 118.8 | 186.24 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 222 | 0.39 | 0.59 | 0 | 0.13 | 260.91 | 0.67 | 0.61 |
| Hex | 88 | 5A | DE | 27 | 3B | 0 | D | 105 | 43 | 3D |
| Octal | 210 | 132 | 336 | 47 | 73 | 0 | 15 | 405 | 103 | 75 |
| Binary | 10001000 | 1011010 | 11011110 | 100111 | 111011 | 0 | 1101 | 100000101 | 1000011 | 111101 |
Color Harmonies of #885ADE
Complementary color
Monochromatic Colors of #885ADE
Black with #885ADE
Text Example
Text Example
White with #885ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885ADE; }
p { color: rgb(136,90,222); }
H1.HeaderClassName
{
color: #885ADE;
}
.AnyTagClassName
{
color: #885ADE;
}
</style>
background-color css
<style>
a { background-color: #885ADE; }
a { background-color: rgb(136,90,222); }
div.DivClassName
{
background-color: #885ADE;
}
.BgClassName
{
background-color: #885ADE;
}
</style>
border-color css
<style>
span { border-color: #885ADE; }
span { border-color: rgb(136,90,222); }
td.TdClassName
{
border-color: #885ADE;
}
.TagClassName
{
border-color: #885ADE;
}
</style>