Shades of Medium Purple #885FD5
Tints of Medium Purple #885FD5
RGB
CMYK
RGB Variations
Color information
#885FD5 (or 0x885FD5) is known color: Medium Purple. HEX triplet: 88, 5F and D5. RGB value is (136,95,213). Sum of RGB (Red+Green+Blue) = 136+95+213=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #885FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FD5 is #77A02A. Grayscale: #787878. Windows color (decimal): -7839787 or 13983624. OLE color: 13983624.
HSL color Cylindrical-coordinate representation of color #885FD5: hue angle of 260.85º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #885FD5 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 95 | 213 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.16 |
| HSL | 260.85º | 0.58% | 0.6% | - |
| HSV(B) | 260.85º | 0.55% | 0.84% | - |
| XYZ | 26.26 | 18.22 | 65.08 | - |
| YUV | 120.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 213 | 0.36 | 0.55 | 0 | 0.16 | 260.85 | 0.58 | 0.6 |
| Hex | 88 | 5F | D5 | 24 | 37 | 0 | 10 | 105 | 3A | 3C |
| Octal | 210 | 137 | 325 | 44 | 67 | 0 | 20 | 405 | 72 | 74 |
| Binary | 10001000 | 1011111 | 11010101 | 100100 | 110111 | 0 | 10000 | 100000101 | 111010 | 111100 |
Color Harmonies of #885FD5
Complementary color
Monochromatic Colors of #885FD5
Black with #885FD5
Text Example
Text Example
White with #885FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885FD5; }
p { color: rgb(136,95,213); }
H1.HeaderClassName
{
color: #885FD5;
}
.AnyTagClassName
{
color: #885FD5;
}
</style>
background-color css
<style>
a { background-color: #885FD5; }
a { background-color: rgb(136,95,213); }
div.DivClassName
{
background-color: #885FD5;
}
.BgClassName
{
background-color: #885FD5;
}
</style>
border-color css
<style>
span { border-color: #885FD5; }
span { border-color: rgb(136,95,213); }
td.TdClassName
{
border-color: #885FD5;
}
.TagClassName
{
border-color: #885FD5;
}
</style>