Shades of Medium Purple #8C5ED8
Tints of Medium Purple #8C5ED8
RGB
CMYK
RGB Variations
Color information
#8C5ED8 (or 0x8C5ED8) is known color: Medium Purple. HEX triplet: 8C, 5E and D8. RGB value is (140,94,216). Sum of RGB (Red+Green+Blue) = 140+94+216=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #8C5ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5ED8 is #73A127. Grayscale: #797979. Windows color (decimal): -7577896 or 14179980. OLE color: 14179980.
HSL color Cylindrical-coordinate representation of color #8C5ED8: hue angle of 262.62º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C5ED8 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 94 | 216 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.15 |
| HSL | 262.62º | 0.61% | 0.61% | - |
| HSV(B) | 262.62º | 0.56% | 0.85% | - |
| XYZ | 27.21 | 18.54 | 67.11 | - |
| YUV | 121.66 | 181.24 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 216 | 0.35 | 0.56 | 0 | 0.15 | 262.62 | 0.61 | 0.61 |
| Hex | 8C | 5E | D8 | 23 | 38 | 0 | F | 107 | 3D | 3D |
| Octal | 214 | 136 | 330 | 43 | 70 | 0 | 17 | 407 | 75 | 75 |
| Binary | 10001100 | 1011110 | 11011000 | 100011 | 111000 | 0 | 1111 | 100000111 | 111101 | 111101 |
Color Harmonies of #8C5ED8
Complementary color
Monochromatic Colors of #8C5ED8
Black with #8C5ED8
Text Example
Text Example
White with #8C5ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5ED8; }
p { color: rgb(140,94,216); }
H1.HeaderClassName
{
color: #8C5ED8;
}
.AnyTagClassName
{
color: #8C5ED8;
}
</style>
background-color css
<style>
a { background-color: #8C5ED8; }
a { background-color: rgb(140,94,216); }
div.DivClassName
{
background-color: #8C5ED8;
}
.BgClassName
{
background-color: #8C5ED8;
}
</style>
border-color css
<style>
span { border-color: #8C5ED8; }
span { border-color: rgb(140,94,216); }
td.TdClassName
{
border-color: #8C5ED8;
}
.TagClassName
{
border-color: #8C5ED8;
}
</style>