Shades of Medium Purple #8D59DC
Tints of Medium Purple #8D59DC
RGB
CMYK
RGB Variations
Color information
#8D59DC (or 0x8D59DC) is known color: Medium Purple. HEX triplet: 8D, 59 and DC. RGB value is (141,89,220). Sum of RGB (Red+Green+Blue) = 141+89+220=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D59DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D59DC is #72A623. Grayscale: #777777. Windows color (decimal): -7513636 or 14440845. OLE color: 14440845.
HSL color Cylindrical-coordinate representation of color #8D59DC: hue angle of 263.82º 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 #8D59DC is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 89 | 220 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.14 |
| HSL | 263.82º | 0.65% | 0.61% | - |
| HSV(B) | 263.82º | 0.6% | 0.86% | - |
| XYZ | 27.48 | 17.97 | 69.73 | - |
| YUV | 119.48 | 184.73 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 220 | 0.36 | 0.60 | 0 | 0.14 | 263.82 | 0.65 | 0.61 |
| Hex | 8D | 59 | DC | 24 | 3C | 0 | E | 108 | 41 | 3D |
| Octal | 215 | 131 | 334 | 44 | 74 | 0 | 16 | 410 | 101 | 75 |
| Binary | 10001101 | 1011001 | 11011100 | 100100 | 111100 | 0 | 1110 | 100001000 | 1000001 | 111101 |
Color Harmonies of #8D59DC
Complementary color
Monochromatic Colors of #8D59DC
Black with #8D59DC
Text Example
Text Example
White with #8D59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D59DC; }
p { color: rgb(141,89,220); }
H1.HeaderClassName
{
color: #8D59DC;
}
.AnyTagClassName
{
color: #8D59DC;
}
</style>
background-color css
<style>
a { background-color: #8D59DC; }
a { background-color: rgb(141,89,220); }
div.DivClassName
{
background-color: #8D59DC;
}
.BgClassName
{
background-color: #8D59DC;
}
</style>
border-color css
<style>
span { border-color: #8D59DC; }
span { border-color: rgb(141,89,220); }
td.TdClassName
{
border-color: #8D59DC;
}
.TagClassName
{
border-color: #8D59DC;
}
</style>