Shades of Medium Purple #8D59DF
Tints of Medium Purple #8D59DF
RGB
CMYK
RGB Variations
Color information
#8D59DF (or 0x8D59DF) is known color: Medium Purple. HEX triplet: 8D, 59 and DF. RGB value is (141,89,223). Sum of RGB (Red+Green+Blue) = 141+89+223=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D59DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D59DF is #72A620. Grayscale: #777777. Windows color (decimal): -7513633 or 14637453. OLE color: 14637453.
HSL color Cylindrical-coordinate representation of color #8D59DF: hue angle of 263.28º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D59DF is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 89 | 223 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.13 |
| HSL | 263.28º | 0.68% | 0.61% | - |
| HSV(B) | 263.28º | 0.6% | 0.87% | - |
| XYZ | 27.88 | 18.14 | 71.84 | - |
| YUV | 119.82 | 186.23 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 223 | 0.37 | 0.60 | 0 | 0.13 | 263.28 | 0.68 | 0.61 |
| Hex | 8D | 59 | DF | 25 | 3C | 0 | D | 107 | 44 | 3D |
| Octal | 215 | 131 | 337 | 45 | 74 | 0 | 15 | 407 | 104 | 75 |
| Binary | 10001101 | 1011001 | 11011111 | 100101 | 111100 | 0 | 1101 | 100000111 | 1000100 | 111101 |
Color Harmonies of #8D59DF
Complementary color
Monochromatic Colors of #8D59DF
Black with #8D59DF
Text Example
Text Example
White with #8D59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D59DF; }
p { color: rgb(141,89,223); }
H1.HeaderClassName
{
color: #8D59DF;
}
.AnyTagClassName
{
color: #8D59DF;
}
</style>
background-color css
<style>
a { background-color: #8D59DF; }
a { background-color: rgb(141,89,223); }
div.DivClassName
{
background-color: #8D59DF;
}
.BgClassName
{
background-color: #8D59DF;
}
</style>
border-color css
<style>
span { border-color: #8D59DF; }
span { border-color: rgb(141,89,223); }
td.TdClassName
{
border-color: #8D59DF;
}
.TagClassName
{
border-color: #8D59DF;
}
</style>