Shades of Medium Purple #8D5AEC
Tints of Medium Purple #8D5AEC
RGB
CMYK
RGB Variations
Color information
#8D5AEC (or 0x8D5AEC) is known color: Medium Purple. HEX triplet: 8D, 5A and EC. RGB value is (141,90,236). Sum of RGB (Red+Green+Blue) = 141+90+236=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D5AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5AEC is #72A513. Grayscale: #797979. Windows color (decimal): -7513364 or 15489677. OLE color: 15489677.
HSL color Cylindrical-coordinate representation of color #8D5AEC: hue angle of 260.96º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D5AEC is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 90 | 236 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.07 |
| HSL | 260.96º | 0.79% | 0.64% | - |
| HSV(B) | 260.96º | 0.62% | 0.93% | - |
| XYZ | 29.78 | 19.03 | 81.46 | - |
| YUV | 121.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 236 | 0.40 | 0.62 | 0 | 0.07 | 260.96 | 0.79 | 0.64 |
| Hex | 8D | 5A | EC | 28 | 3E | 0 | 7 | 105 | 4F | 40 |
| Octal | 215 | 132 | 354 | 50 | 76 | 0 | 7 | 405 | 117 | 100 |
| Binary | 10001101 | 1011010 | 11101100 | 101000 | 111110 | 0 | 111 | 100000101 | 1001111 | 1000000 |
Color Harmonies of #8D5AEC
Complementary color
Monochromatic Colors of #8D5AEC
Black with #8D5AEC
Text Example
Text Example
White with #8D5AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5AEC; }
p { color: rgb(141,90,236); }
H1.HeaderClassName
{
color: #8D5AEC;
}
.AnyTagClassName
{
color: #8D5AEC;
}
</style>
background-color css
<style>
a { background-color: #8D5AEC; }
a { background-color: rgb(141,90,236); }
div.DivClassName
{
background-color: #8D5AEC;
}
.BgClassName
{
background-color: #8D5AEC;
}
</style>
border-color css
<style>
span { border-color: #8D5AEC; }
span { border-color: rgb(141,90,236); }
td.TdClassName
{
border-color: #8D5AEC;
}
.TagClassName
{
border-color: #8D5AEC;
}
</style>