Shades of Medium Purple #8559DB
Tints of Medium Purple #8559DB
RGB
CMYK
RGB Variations
Color information
#8559DB (or 0x8559DB) is known color: Medium Purple. HEX triplet: 85, 59 and DB. RGB value is (133,89,219). Sum of RGB (Red+Green+Blue) = 133+89+219=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #8559DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559DB is #7AA624. Grayscale: #747474. Windows color (decimal): -8037925 or 14375301. OLE color: 14375301.
HSL color Cylindrical-coordinate representation of color #8559DB: hue angle of 260.31º 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 #8559DB is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 89 | 219 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.14 |
| HSL | 260.31º | 0.64% | 0.6% | - |
| HSV(B) | 260.31º | 0.59% | 0.86% | - |
| XYZ | 26.03 | 17.25 | 68.97 | - |
| YUV | 116.98 | 185.58 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 219 | 0.39 | 0.59 | 0 | 0.14 | 260.31 | 0.64 | 0.6 |
| Hex | 85 | 59 | DB | 27 | 3B | 0 | E | 104 | 40 | 3C |
| Octal | 205 | 131 | 333 | 47 | 73 | 0 | 16 | 404 | 100 | 74 |
| Binary | 10000101 | 1011001 | 11011011 | 100111 | 111011 | 0 | 1110 | 100000100 | 1000000 | 111100 |
Color Harmonies of #8559DB
Complementary color
Monochromatic Colors of #8559DB
Black with #8559DB
Text Example
Text Example
White with #8559DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8559DB; }
p { color: rgb(133,89,219); }
H1.HeaderClassName
{
color: #8559DB;
}
.AnyTagClassName
{
color: #8559DB;
}
</style>
background-color css
<style>
a { background-color: #8559DB; }
a { background-color: rgb(133,89,219); }
div.DivClassName
{
background-color: #8559DB;
}
.BgClassName
{
background-color: #8559DB;
}
</style>
border-color css
<style>
span { border-color: #8559DB; }
span { border-color: rgb(133,89,219); }
td.TdClassName
{
border-color: #8559DB;
}
.TagClassName
{
border-color: #8559DB;
}
</style>