Shades of Medium Purple #885FD2
Tints of Medium Purple #885FD2
RGB
CMYK
RGB Variations
Color information
#885FD2 (or 0x885FD2) is known color: Medium Purple. HEX triplet: 88, 5F and D2. RGB value is (136,95,210). Sum of RGB (Red+Green+Blue) = 136+95+210=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 210 (82.42% from 255 or 47.62% from 441); Max value from RGB is 210 - color contains mainly: blue. Hex color #885FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FD2 is #77A02D. Grayscale: #777777. Windows color (decimal): -7839790 or 13787016. OLE color: 13787016.
HSL color Cylindrical-coordinate representation of color #885FD2: hue angle of 261.39º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #885FD2 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 95 | 210 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.18 |
| HSL | 261.39º | 0.56% | 0.6% | - |
| HSV(B) | 261.39º | 0.55% | 0.82% | - |
| XYZ | 25.88 | 18.07 | 63.1 | - |
| YUV | 120.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 210 | 0.35 | 0.55 | 0 | 0.18 | 261.39 | 0.56 | 0.6 |
| Hex | 88 | 5F | D2 | 23 | 37 | 0 | 12 | 105 | 38 | 3C |
| Octal | 210 | 137 | 322 | 43 | 67 | 0 | 22 | 405 | 70 | 74 |
| Binary | 10001000 | 1011111 | 11010010 | 100011 | 110111 | 0 | 10010 | 100000101 | 111000 | 111100 |
Color Harmonies of #885FD2
Complementary color
Monochromatic Colors of #885FD2
Black with #885FD2
Text Example
Text Example
White with #885FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885FD2; }
p { color: rgb(136,95,210); }
H1.HeaderClassName
{
color: #885FD2;
}
.AnyTagClassName
{
color: #885FD2;
}
</style>
background-color css
<style>
a { background-color: #885FD2; }
a { background-color: rgb(136,95,210); }
div.DivClassName
{
background-color: #885FD2;
}
.BgClassName
{
background-color: #885FD2;
}
</style>
border-color css
<style>
span { border-color: #885FD2; }
span { border-color: rgb(136,95,210); }
td.TdClassName
{
border-color: #885FD2;
}
.TagClassName
{
border-color: #885FD2;
}
</style>