Shades of Medium Purple #8D60E0
Tints of Medium Purple #8D60E0
RGB
CMYK
RGB Variations
Color information
#8D60E0 (or 0x8D60E0) is known color: Medium Purple. HEX triplet: 8D, 60 and E0. RGB value is (141,96,224). Sum of RGB (Red+Green+Blue) = 141+96+224=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D60E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D60E0 is #729F1F. Grayscale: #7B7B7B. Windows color (decimal): -7511840 or 14704781. OLE color: 14704781.
HSL color Cylindrical-coordinate representation of color #8D60E0: hue angle of 261.09º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D60E0 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 96 | 224 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.12 |
| HSL | 261.09º | 0.67% | 0.63% | - |
| HSV(B) | 261.09º | 0.57% | 0.88% | - |
| XYZ | 28.62 | 19.41 | 72.76 | - |
| YUV | 124.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 224 | 0.37 | 0.57 | 0 | 0.12 | 261.09 | 0.67 | 0.63 |
| Hex | 8D | 60 | E0 | 25 | 39 | 0 | C | 105 | 43 | 3F |
| Octal | 215 | 140 | 340 | 45 | 71 | 0 | 14 | 405 | 103 | 77 |
| Binary | 10001101 | 1100000 | 11100000 | 100101 | 111001 | 0 | 1100 | 100000101 | 1000011 | 111111 |
Color Harmonies of #8D60E0
Complementary color
Monochromatic Colors of #8D60E0
Black with #8D60E0
Text Example
Text Example
White with #8D60E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D60E0; }
p { color: rgb(141,96,224); }
H1.HeaderClassName
{
color: #8D60E0;
}
.AnyTagClassName
{
color: #8D60E0;
}
</style>
background-color css
<style>
a { background-color: #8D60E0; }
a { background-color: rgb(141,96,224); }
div.DivClassName
{
background-color: #8D60E0;
}
.BgClassName
{
background-color: #8D60E0;
}
</style>
border-color css
<style>
span { border-color: #8D60E0; }
span { border-color: rgb(141,96,224); }
td.TdClassName
{
border-color: #8D60E0;
}
.TagClassName
{
border-color: #8D60E0;
}
</style>