Shades of Medium Purple #8870DB
Tints of Medium Purple #8870DB
RGB
CMYK
RGB Variations
Color information
#8870DB (or 0x8870DB) is known color: Medium Purple. HEX triplet: 88, 70 and DB. RGB value is (136,112,219). Sum of RGB (Red+Green+Blue) = 136+112+219=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #8870DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8870DB is #778F24. Grayscale: #828282. Windows color (decimal): -7835429 or 14381192. OLE color: 14381192.
HSL color Cylindrical-coordinate representation of color #8870DB: hue angle of 253.46º 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 #8870DB is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 112 | 219 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.14 |
| HSL | 253.46º | 0.6% | 0.65% | - |
| HSV(B) | 253.46º | 0.49% | 0.86% | - |
| XYZ | 28.73 | 21.94 | 69.74 | - |
| YUV | 131.37 | 177.45 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 219 | 0.38 | 0.49 | 0 | 0.14 | 253.46 | 0.6 | 0.65 |
| Hex | 88 | 70 | DB | 26 | 31 | 0 | E | FD | 3C | 41 |
| Octal | 210 | 160 | 333 | 46 | 61 | 0 | 16 | 375 | 74 | 101 |
| Binary | 10001000 | 1110000 | 11011011 | 100110 | 110001 | 0 | 1110 | 11111101 | 111100 | 1000001 |
Color Harmonies of #8870DB
Complementary color
Monochromatic Colors of #8870DB
Black with #8870DB
Text Example
Text Example
White with #8870DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8870DB; }
p { color: rgb(136,112,219); }
H1.HeaderClassName
{
color: #8870DB;
}
.AnyTagClassName
{
color: #8870DB;
}
</style>
background-color css
<style>
a { background-color: #8870DB; }
a { background-color: rgb(136,112,219); }
div.DivClassName
{
background-color: #8870DB;
}
.BgClassName
{
background-color: #8870DB;
}
</style>
border-color css
<style>
span { border-color: #8870DB; }
span { border-color: rgb(136,112,219); }
td.TdClassName
{
border-color: #8870DB;
}
.TagClassName
{
border-color: #8870DB;
}
</style>