Shades of Medium Purple #8D60D7
Tints of Medium Purple #8D60D7
RGB
CMYK
RGB Variations
Color information
#8D60D7 (or 0x8D60D7) is known color: Medium Purple. HEX triplet: 8D, 60 and D7. RGB value is (141,96,215). Sum of RGB (Red+Green+Blue) = 141+96+215=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #8D60D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D60D7 is #729F28. Grayscale: #7A7A7A. Windows color (decimal): -7511849 or 14114957. OLE color: 14114957.
HSL color Cylindrical-coordinate representation of color #8D60D7: hue angle of 262.69º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D60D7 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 96 | 215 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.16 |
| HSL | 262.69º | 0.6% | 0.61% | - |
| HSV(B) | 262.69º | 0.55% | 0.84% | - |
| XYZ | 27.43 | 18.93 | 66.5 | - |
| YUV | 123.02 | 179.91 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 215 | 0.34 | 0.55 | 0 | 0.16 | 262.69 | 0.6 | 0.61 |
| Hex | 8D | 60 | D7 | 22 | 37 | 0 | 10 | 107 | 3C | 3D |
| Octal | 215 | 140 | 327 | 42 | 67 | 0 | 20 | 407 | 74 | 75 |
| Binary | 10001101 | 1100000 | 11010111 | 100010 | 110111 | 0 | 10000 | 100000111 | 111100 | 111101 |
Color Harmonies of #8D60D7
Complementary color
Monochromatic Colors of #8D60D7
Black with #8D60D7
Text Example
Text Example
White with #8D60D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D60D7; }
p { color: rgb(141,96,215); }
H1.HeaderClassName
{
color: #8D60D7;
}
.AnyTagClassName
{
color: #8D60D7;
}
</style>
background-color css
<style>
a { background-color: #8D60D7; }
a { background-color: rgb(141,96,215); }
div.DivClassName
{
background-color: #8D60D7;
}
.BgClassName
{
background-color: #8D60D7;
}
</style>
border-color css
<style>
span { border-color: #8D60D7; }
span { border-color: rgb(141,96,215); }
td.TdClassName
{
border-color: #8D60D7;
}
.TagClassName
{
border-color: #8D60D7;
}
</style>