Shades of Medium Purple #8872DD
Tints of Medium Purple #8872DD
RGB
CMYK
RGB Variations
Color information
#8872DD (or 0x8872DD) is known color: Medium Purple. HEX triplet: 88, 72 and DD. RGB value is (136,114,221). Sum of RGB (Red+Green+Blue) = 136+114+221=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #8872DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8872DD is #778D22. Grayscale: #848484. Windows color (decimal): -7834915 or 14512776. OLE color: 14512776.
HSL color Cylindrical-coordinate representation of color #8872DD: hue angle of 252.34º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8872DD is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 114 | 221 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.13 |
| HSL | 252.34º | 0.61% | 0.66% | - |
| HSV(B) | 252.34º | 0.48% | 0.87% | - |
| XYZ | 29.22 | 22.49 | 71.21 | - |
| YUV | 132.78 | 177.79 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 221 | 0.38 | 0.48 | 0 | 0.13 | 252.34 | 0.61 | 0.66 |
| Hex | 88 | 72 | DD | 26 | 30 | 0 | D | FC | 3D | 42 |
| Octal | 210 | 162 | 335 | 46 | 60 | 0 | 15 | 374 | 75 | 102 |
| Binary | 10001000 | 1110010 | 11011101 | 100110 | 110000 | 0 | 1101 | 11111100 | 111101 | 1000010 |
Color Harmonies of #8872DD
Complementary color
Monochromatic Colors of #8872DD
Black with #8872DD
Text Example
Text Example
White with #8872DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8872DD; }
p { color: rgb(136,114,221); }
H1.HeaderClassName
{
color: #8872DD;
}
.AnyTagClassName
{
color: #8872DD;
}
</style>
background-color css
<style>
a { background-color: #8872DD; }
a { background-color: rgb(136,114,221); }
div.DivClassName
{
background-color: #8872DD;
}
.BgClassName
{
background-color: #8872DD;
}
</style>
border-color css
<style>
span { border-color: #8872DD; }
span { border-color: rgb(136,114,221); }
td.TdClassName
{
border-color: #8872DD;
}
.TagClassName
{
border-color: #8872DD;
}
</style>