Shades of Medium Purple #8859DB
Tints of Medium Purple #8859DB
RGB
CMYK
RGB Variations
Color information
#8859DB (or 0x8859DB) is known color: Medium Purple. HEX triplet: 88, 59 and DB. RGB value is (136,89,219). Sum of RGB (Red+Green+Blue) = 136+89+219=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #8859DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8859DB is #77A624. Grayscale: #757575. Windows color (decimal): -7841317 or 14375304. OLE color: 14375304.
HSL color Cylindrical-coordinate representation of color #8859DB: hue angle of 261.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8859DB is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 89 | 219 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.14 |
| HSL | 261.69º | 0.64% | 0.6% | - |
| HSV(B) | 261.69º | 0.59% | 0.86% | - |
| XYZ | 26.51 | 17.49 | 69 | - |
| YUV | 117.87 | 185.07 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 219 | 0.38 | 0.59 | 0 | 0.14 | 261.69 | 0.64 | 0.6 |
| Hex | 88 | 59 | DB | 26 | 3B | 0 | E | 106 | 40 | 3C |
| Octal | 210 | 131 | 333 | 46 | 73 | 0 | 16 | 406 | 100 | 74 |
| Binary | 10001000 | 1011001 | 11011011 | 100110 | 111011 | 0 | 1110 | 100000110 | 1000000 | 111100 |
Color Harmonies of #8859DB
Complementary color
Monochromatic Colors of #8859DB
Black with #8859DB
Text Example
Text Example
White with #8859DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8859DB; }
p { color: rgb(136,89,219); }
H1.HeaderClassName
{
color: #8859DB;
}
.AnyTagClassName
{
color: #8859DB;
}
</style>
background-color css
<style>
a { background-color: #8859DB; }
a { background-color: rgb(136,89,219); }
div.DivClassName
{
background-color: #8859DB;
}
.BgClassName
{
background-color: #8859DB;
}
</style>
border-color css
<style>
span { border-color: #8859DB; }
span { border-color: rgb(136,89,219); }
td.TdClassName
{
border-color: #8859DB;
}
.TagClassName
{
border-color: #8859DB;
}
</style>