Shades of Medium Purple #8D5EEB
Tints of Medium Purple #8D5EEB
RGB
CMYK
RGB Variations
Color information
#8D5EEB (or 0x8D5EEB) is known color: Medium Purple. HEX triplet: 8D, 5E and EB. RGB value is (141,94,235). Sum of RGB (Red+Green+Blue) = 141+94+235=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D5EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5EEB is #72A114. Grayscale: #7B7B7B. Windows color (decimal): -7512341 or 15425165. OLE color: 15425165.
HSL color Cylindrical-coordinate representation of color #8D5EEB: hue angle of 260º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D5EEB is Cyan = 0.4, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 94 | 235 | - |
| CMYK | 0.4 | 0.6 | 0 | 0.08 |
| HSL | 260º | 0.78% | 0.65% | - |
| HSV(B) | 260º | 0.6% | 0.92% | - |
| XYZ | 29.98 | 19.67 | 80.81 | - |
| YUV | 124.13 | 190.57 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 94 | 235 | 0.4 | 0.6 | 0 | 0.08 | 260 | 0.78 | 0.65 |
| Hex | 8D | 5E | EB | 28 | 3C | 0 | 8 | 104 | 4E | 41 |
| Octal | 215 | 136 | 353 | 50 | 74 | 0 | 10 | 404 | 116 | 101 |
| Binary | 10001101 | 1011110 | 11101011 | 101000 | 111100 | 0 | 1000 | 100000100 | 1001110 | 1000001 |
Color Harmonies of #8D5EEB
Complementary color
Monochromatic Colors of #8D5EEB
Black with #8D5EEB
Text Example
Text Example
White with #8D5EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5EEB; }
p { color: rgb(141,94,235); }
H1.HeaderClassName
{
color: #8D5EEB;
}
.AnyTagClassName
{
color: #8D5EEB;
}
</style>
background-color css
<style>
a { background-color: #8D5EEB; }
a { background-color: rgb(141,94,235); }
div.DivClassName
{
background-color: #8D5EEB;
}
.BgClassName
{
background-color: #8D5EEB;
}
</style>
border-color css
<style>
span { border-color: #8D5EEB; }
span { border-color: rgb(141,94,235); }
td.TdClassName
{
border-color: #8D5EEB;
}
.TagClassName
{
border-color: #8D5EEB;
}
</style>