Shades of Medium Purple #8D60DD
Tints of Medium Purple #8D60DD
RGB
CMYK
RGB Variations
Color information
#8D60DD (or 0x8D60DD) is known color: Medium Purple. HEX triplet: 8D, 60 and DD. RGB value is (141,96,221). Sum of RGB (Red+Green+Blue) = 141+96+221=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D60DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D60DD is #729F22. Grayscale: #7B7B7B. Windows color (decimal): -7511843 or 14508173. OLE color: 14508173.
HSL color Cylindrical-coordinate representation of color #8D60DD: hue angle of 261.6º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D60DD is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 96 | 221 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.13 |
| HSL | 261.6º | 0.65% | 0.62% | - |
| HSV(B) | 261.6º | 0.57% | 0.87% | - |
| XYZ | 28.22 | 19.25 | 70.63 | - |
| YUV | 123.71 | 182.91 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 221 | 0.36 | 0.57 | 0 | 0.13 | 261.6 | 0.65 | 0.62 |
| Hex | 8D | 60 | DD | 24 | 39 | 0 | D | 106 | 41 | 3E |
| Octal | 215 | 140 | 335 | 44 | 71 | 0 | 15 | 406 | 101 | 76 |
| Binary | 10001101 | 1100000 | 11011101 | 100100 | 111001 | 0 | 1101 | 100000110 | 1000001 | 111110 |
Color Harmonies of #8D60DD
Complementary color
Monochromatic Colors of #8D60DD
Black with #8D60DD
Text Example
Text Example
White with #8D60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D60DD; }
p { color: rgb(141,96,221); }
H1.HeaderClassName
{
color: #8D60DD;
}
.AnyTagClassName
{
color: #8D60DD;
}
</style>
background-color css
<style>
a { background-color: #8D60DD; }
a { background-color: rgb(141,96,221); }
div.DivClassName
{
background-color: #8D60DD;
}
.BgClassName
{
background-color: #8D60DD;
}
</style>
border-color css
<style>
span { border-color: #8D60DD; }
span { border-color: rgb(141,96,221); }
td.TdClassName
{
border-color: #8D60DD;
}
.TagClassName
{
border-color: #8D60DD;
}
</style>