Shades of Medium Purple #8870D6
Tints of Medium Purple #8870D6
RGB
CMYK
RGB Variations
Color information
#8870D6 (or 0x8870D6) is known color: Medium Purple. HEX triplet: 88, 70 and D6. RGB value is (136,112,214). Sum of RGB (Red+Green+Blue) = 136+112+214=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #8870D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8870D6 is #778F29. Grayscale: #828282. Windows color (decimal): -7835434 or 14053512. OLE color: 14053512.
HSL color Cylindrical-coordinate representation of color #8870D6: hue angle of 254.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8870D6 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 112 | 214 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.16 |
| HSL | 254.12º | 0.55% | 0.64% | - |
| HSV(B) | 254.12º | 0.48% | 0.84% | - |
| XYZ | 28.09 | 21.68 | 66.32 | - |
| YUV | 130.8 | 174.95 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 214 | 0.36 | 0.48 | 0 | 0.16 | 254.12 | 0.55 | 0.64 |
| Hex | 88 | 70 | D6 | 24 | 30 | 0 | 10 | FE | 37 | 40 |
| Octal | 210 | 160 | 326 | 44 | 60 | 0 | 20 | 376 | 67 | 100 |
| Binary | 10001000 | 1110000 | 11010110 | 100100 | 110000 | 0 | 10000 | 11111110 | 110111 | 1000000 |
Color Harmonies of #8870D6
Complementary color
Monochromatic Colors of #8870D6
Black with #8870D6
Text Example
Text Example
White with #8870D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8870D6; }
p { color: rgb(136,112,214); }
H1.HeaderClassName
{
color: #8870D6;
}
.AnyTagClassName
{
color: #8870D6;
}
</style>
background-color css
<style>
a { background-color: #8870D6; }
a { background-color: rgb(136,112,214); }
div.DivClassName
{
background-color: #8870D6;
}
.BgClassName
{
background-color: #8870D6;
}
</style>
border-color css
<style>
span { border-color: #8870D6; }
span { border-color: rgb(136,112,214); }
td.TdClassName
{
border-color: #8870D6;
}
.TagClassName
{
border-color: #8870D6;
}
</style>