Shades of Medium Purple #8871DC
Tints of Medium Purple #8871DC
RGB
CMYK
RGB Variations
Color information
#8871DC (or 0x8871DC) is known color: Medium Purple. HEX triplet: 88, 71 and DC. RGB value is (136,113,220). Sum of RGB (Red+Green+Blue) = 136+113+220=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #8871DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8871DC is #778E23. Grayscale: #838383. Windows color (decimal): -7835172 or 14446984. OLE color: 14446984.
HSL color Cylindrical-coordinate representation of color #8871DC: hue angle of 252.9º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8871DC is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 113 | 220 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.14 |
| HSL | 252.9º | 0.6% | 0.65% | - |
| HSV(B) | 252.9º | 0.49% | 0.86% | - |
| XYZ | 28.98 | 22.21 | 70.47 | - |
| YUV | 132.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 220 | 0.38 | 0.49 | 0 | 0.14 | 252.9 | 0.6 | 0.65 |
| Hex | 88 | 71 | DC | 26 | 31 | 0 | E | FD | 3C | 41 |
| Octal | 210 | 161 | 334 | 46 | 61 | 0 | 16 | 375 | 74 | 101 |
| Binary | 10001000 | 1110001 | 11011100 | 100110 | 110001 | 0 | 1110 | 11111101 | 111100 | 1000001 |
Color Harmonies of #8871DC
Complementary color
Monochromatic Colors of #8871DC
Black with #8871DC
Text Example
Text Example
White with #8871DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8871DC; }
p { color: rgb(136,113,220); }
H1.HeaderClassName
{
color: #8871DC;
}
.AnyTagClassName
{
color: #8871DC;
}
</style>
background-color css
<style>
a { background-color: #8871DC; }
a { background-color: rgb(136,113,220); }
div.DivClassName
{
background-color: #8871DC;
}
.BgClassName
{
background-color: #8871DC;
}
</style>
border-color css
<style>
span { border-color: #8871DC; }
span { border-color: rgb(136,113,220); }
td.TdClassName
{
border-color: #8871DC;
}
.TagClassName
{
border-color: #8871DC;
}
</style>