Shades of Medium Purple #8C59DA
Tints of Medium Purple #8C59DA
RGB
CMYK
RGB Variations
Color information
#8C59DA (or 0x8C59DA) is known color: Medium Purple. HEX triplet: 8C, 59 and DA. RGB value is (140,89,218). Sum of RGB (Red+Green+Blue) = 140+89+218=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C59DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C59DA is #73A625. Grayscale: #767676. Windows color (decimal): -7579174 or 14309772. OLE color: 14309772.
HSL color Cylindrical-coordinate representation of color #8C59DA: hue angle of 263.72º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C59DA is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 89 | 218 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.15 |
| HSL | 263.72º | 0.64% | 0.6% | - |
| HSV(B) | 263.72º | 0.59% | 0.85% | - |
| XYZ | 27.04 | 17.78 | 68.34 | - |
| YUV | 118.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 218 | 0.36 | 0.59 | 0 | 0.15 | 263.72 | 0.64 | 0.6 |
| Hex | 8C | 59 | DA | 24 | 3B | 0 | F | 108 | 40 | 3C |
| Octal | 214 | 131 | 332 | 44 | 73 | 0 | 17 | 410 | 100 | 74 |
| Binary | 10001100 | 1011001 | 11011010 | 100100 | 111011 | 0 | 1111 | 100001000 | 1000000 | 111100 |
Color Harmonies of #8C59DA
Complementary color
Monochromatic Colors of #8C59DA
Black with #8C59DA
Text Example
Text Example
White with #8C59DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C59DA; }
p { color: rgb(140,89,218); }
H1.HeaderClassName
{
color: #8C59DA;
}
.AnyTagClassName
{
color: #8C59DA;
}
</style>
background-color css
<style>
a { background-color: #8C59DA; }
a { background-color: rgb(140,89,218); }
div.DivClassName
{
background-color: #8C59DA;
}
.BgClassName
{
background-color: #8C59DA;
}
</style>
border-color css
<style>
span { border-color: #8C59DA; }
span { border-color: rgb(140,89,218); }
td.TdClassName
{
border-color: #8C59DA;
}
.TagClassName
{
border-color: #8C59DA;
}
</style>