Shades of Medium Purple #8870DF
Tints of Medium Purple #8870DF
RGB
CMYK
RGB Variations
Color information
#8870DF (or 0x8870DF) is known color: Medium Purple. HEX triplet: 88, 70 and DF. RGB value is (136,112,223). Sum of RGB (Red+Green+Blue) = 136+112+223=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #8870DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8870DF is #778F20. Grayscale: #838383. Windows color (decimal): -7835425 or 14643336. OLE color: 14643336.
HSL color Cylindrical-coordinate representation of color #8870DF: hue angle of 252.97º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8870DF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 112 | 223 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.13 |
| HSL | 252.97º | 0.63% | 0.66% | - |
| HSV(B) | 252.97º | 0.5% | 0.87% | - |
| XYZ | 29.27 | 22.15 | 72.54 | - |
| YUV | 131.83 | 179.45 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 223 | 0.39 | 0.50 | 0 | 0.13 | 252.97 | 0.63 | 0.66 |
| Hex | 88 | 70 | DF | 27 | 32 | 0 | D | FD | 3F | 42 |
| Octal | 210 | 160 | 337 | 47 | 62 | 0 | 15 | 375 | 77 | 102 |
| Binary | 10001000 | 1110000 | 11011111 | 100111 | 110010 | 0 | 1101 | 11111101 | 111111 | 1000010 |
Color Harmonies of #8870DF
Complementary color
Monochromatic Colors of #8870DF
Black with #8870DF
Text Example
Text Example
White with #8870DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8870DF; }
p { color: rgb(136,112,223); }
H1.HeaderClassName
{
color: #8870DF;
}
.AnyTagClassName
{
color: #8870DF;
}
</style>
background-color css
<style>
a { background-color: #8870DF; }
a { background-color: rgb(136,112,223); }
div.DivClassName
{
background-color: #8870DF;
}
.BgClassName
{
background-color: #8870DF;
}
</style>
border-color css
<style>
span { border-color: #8870DF; }
span { border-color: rgb(136,112,223); }
td.TdClassName
{
border-color: #8870DF;
}
.TagClassName
{
border-color: #8870DF;
}
</style>