Shades of Medium Purple #8E72E5
Tints of Medium Purple #8E72E5
RGB
CMYK
RGB Variations
Color information
#8E72E5 (or 0x8E72E5) is known color: Medium Purple. HEX triplet: 8E, 72 and E5. RGB value is (142,114,229). Sum of RGB (Red+Green+Blue) = 142+114+229=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #8E72E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E72E5 is #718D1A. Grayscale: #878787. Windows color (decimal): -7441691 or 15037070. OLE color: 15037070.
HSL color Cylindrical-coordinate representation of color #8E72E5: hue angle of 254.61º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E72E5 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 114 | 229 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.10 |
| HSL | 254.61º | 0.69% | 0.67% | - |
| HSV(B) | 254.61º | 0.5% | 0.9% | - |
| XYZ | 31.32 | 23.44 | 77 | - |
| YUV | 135.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 229 | 0.38 | 0.50 | 0 | 0.10 | 254.61 | 0.69 | 0.67 |
| Hex | 8E | 72 | E5 | 26 | 32 | 0 | A | FF | 45 | 43 |
| Octal | 216 | 162 | 345 | 46 | 62 | 0 | 12 | 377 | 105 | 103 |
| Binary | 10001110 | 1110010 | 11100101 | 100110 | 110010 | 0 | 1010 | 11111111 | 1000101 | 1000011 |
Color Harmonies of #8E72E5
Complementary color
Monochromatic Colors of #8E72E5
Black with #8E72E5
Text Example
Text Example
White with #8E72E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E72E5; }
p { color: rgb(142,114,229); }
H1.HeaderClassName
{
color: #8E72E5;
}
.AnyTagClassName
{
color: #8E72E5;
}
</style>
background-color css
<style>
a { background-color: #8E72E5; }
a { background-color: rgb(142,114,229); }
div.DivClassName
{
background-color: #8E72E5;
}
.BgClassName
{
background-color: #8E72E5;
}
</style>
border-color css
<style>
span { border-color: #8E72E5; }
span { border-color: rgb(142,114,229); }
td.TdClassName
{
border-color: #8E72E5;
}
.TagClassName
{
border-color: #8E72E5;
}
</style>