Shades of Medium Purple #885ADD
Tints of Medium Purple #885ADD
RGB
CMYK
RGB Variations
Color information
#885ADD (or 0x885ADD) is known color: Medium Purple. HEX triplet: 88, 5A and DD. RGB value is (136,90,221). Sum of RGB (Red+Green+Blue) = 136+90+221=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #885ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ADD is #77A522. Grayscale: #767676. Windows color (decimal): -7841059 or 14506632. OLE color: 14506632.
HSL color Cylindrical-coordinate representation of color #885ADD: hue angle of 261.07º degrees, saturation: 0.66, 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 #885ADD is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 90 | 221 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.13 |
| HSL | 261.07º | 0.66% | 0.61% | - |
| HSV(B) | 261.07º | 0.59% | 0.87% | - |
| XYZ | 26.86 | 17.77 | 70.42 | - |
| YUV | 118.69 | 185.74 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 221 | 0.38 | 0.59 | 0 | 0.13 | 261.07 | 0.66 | 0.61 |
| Hex | 88 | 5A | DD | 26 | 3B | 0 | D | 105 | 42 | 3D |
| Octal | 210 | 132 | 335 | 46 | 73 | 0 | 15 | 405 | 102 | 75 |
| Binary | 10001000 | 1011010 | 11011101 | 100110 | 111011 | 0 | 1101 | 100000101 | 1000010 | 111101 |
Color Harmonies of #885ADD
Complementary color
Monochromatic Colors of #885ADD
Black with #885ADD
Text Example
Text Example
White with #885ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885ADD; }
p { color: rgb(136,90,221); }
H1.HeaderClassName
{
color: #885ADD;
}
.AnyTagClassName
{
color: #885ADD;
}
</style>
background-color css
<style>
a { background-color: #885ADD; }
a { background-color: rgb(136,90,221); }
div.DivClassName
{
background-color: #885ADD;
}
.BgClassName
{
background-color: #885ADD;
}
</style>
border-color css
<style>
span { border-color: #885ADD; }
span { border-color: rgb(136,90,221); }
td.TdClassName
{
border-color: #885ADD;
}
.TagClassName
{
border-color: #885ADD;
}
</style>