Shades of Medium Purple #8559DC
Tints of Medium Purple #8559DC
RGB
CMYK
RGB Variations
Color information
#8559DC (or 0x8559DC) is known color: Medium Purple. HEX triplet: 85, 59 and DC. RGB value is (133,89,220). Sum of RGB (Red+Green+Blue) = 133+89+220=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #8559DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559DC is #7AA623. Grayscale: #747474. Windows color (decimal): -8037924 or 14440837. OLE color: 14440837.
HSL color Cylindrical-coordinate representation of color #8559DC: hue angle of 260.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8559DC is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 89 | 220 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.14 |
| HSL | 260.15º | 0.65% | 0.61% | - |
| HSV(B) | 260.15º | 0.6% | 0.86% | - |
| XYZ | 26.16 | 17.3 | 69.67 | - |
| YUV | 117.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 220 | 0.40 | 0.60 | 0 | 0.14 | 260.15 | 0.65 | 0.61 |
| Hex | 85 | 59 | DC | 28 | 3C | 0 | E | 104 | 41 | 3D |
| Octal | 205 | 131 | 334 | 50 | 74 | 0 | 16 | 404 | 101 | 75 |
| Binary | 10000101 | 1011001 | 11011100 | 101000 | 111100 | 0 | 1110 | 100000100 | 1000001 | 111101 |
Color Harmonies of #8559DC
Complementary color
Monochromatic Colors of #8559DC
Black with #8559DC
Text Example
Text Example
White with #8559DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8559DC; }
p { color: rgb(133,89,220); }
H1.HeaderClassName
{
color: #8559DC;
}
.AnyTagClassName
{
color: #8559DC;
}
</style>
background-color css
<style>
a { background-color: #8559DC; }
a { background-color: rgb(133,89,220); }
div.DivClassName
{
background-color: #8559DC;
}
.BgClassName
{
background-color: #8559DC;
}
</style>
border-color css
<style>
span { border-color: #8559DC; }
span { border-color: rgb(133,89,220); }
td.TdClassName
{
border-color: #8559DC;
}
.TagClassName
{
border-color: #8559DC;
}
</style>