Shades of Medium Purple #8D5DE5
Tints of Medium Purple #8D5DE5
RGB
CMYK
RGB Variations
Color information
#8D5DE5 (or 0x8D5DE5) is known color: Medium Purple. HEX triplet: 8D, 5D and E5. RGB value is (141,93,229). Sum of RGB (Red+Green+Blue) = 141+93+229=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #8D5DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DE5 is #72A21A. Grayscale: #7A7A7A. Windows color (decimal): -7512603 or 15031693. OLE color: 15031693.
HSL color Cylindrical-coordinate representation of color #8D5DE5: hue angle of 261.18º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D5DE5 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 93 | 229 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.10 |
| HSL | 261.18º | 0.72% | 0.63% | - |
| HSV(B) | 261.18º | 0.59% | 0.9% | - |
| XYZ | 29.04 | 19.15 | 76.29 | - |
| YUV | 122.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 229 | 0.38 | 0.59 | 0 | 0.10 | 261.18 | 0.72 | 0.63 |
| Hex | 8D | 5D | E5 | 26 | 3B | 0 | A | 105 | 48 | 3F |
| Octal | 215 | 135 | 345 | 46 | 73 | 0 | 12 | 405 | 110 | 77 |
| Binary | 10001101 | 1011101 | 11100101 | 100110 | 111011 | 0 | 1010 | 100000101 | 1001000 | 111111 |
Color Harmonies of #8D5DE5
Complementary color
Monochromatic Colors of #8D5DE5
Black with #8D5DE5
Text Example
Text Example
White with #8D5DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5DE5; }
p { color: rgb(141,93,229); }
H1.HeaderClassName
{
color: #8D5DE5;
}
.AnyTagClassName
{
color: #8D5DE5;
}
</style>
background-color css
<style>
a { background-color: #8D5DE5; }
a { background-color: rgb(141,93,229); }
div.DivClassName
{
background-color: #8D5DE5;
}
.BgClassName
{
background-color: #8D5DE5;
}
</style>
border-color css
<style>
span { border-color: #8D5DE5; }
span { border-color: rgb(141,93,229); }
td.TdClassName
{
border-color: #8D5DE5;
}
.TagClassName
{
border-color: #8D5DE5;
}
</style>