Html Css Color HEX #8E7CAD Purple Mountain's Majesty
📋 copy color: '#8E7CAD'red 142 ◦ green 124 ◦ blue 173
Shades of Purple Mountain's Majesty #8E7CAD
Tints of Purple Mountain's Majesty #8E7CAD
RGB
CMYK
RGB Variations
Color information
#8E7CAD (or 0x8E7CAD) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7C and AD. RGB value is (142,124,173). Sum of RGB (Red+Green+Blue) = 142+124+173=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E7CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7CAD is #718352. Grayscale: #868686. Windows color (decimal): -7439187 or 11369614. OLE color: 11369614.
HSL color Cylindrical-coordinate representation of color #8E7CAD: hue angle of 262.04º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E7CAD is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 124 | 173 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.32 |
| HSL | 262.04º | 0.23% | 0.58% | - |
| HSV(B) | 262.04º | 0.28% | 0.68% | - |
| XYZ | 25.91 | 23.18 | 42.64 | - |
| YUV | 134.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 124 | 173 | 0.18 | 0.28 | 0 | 0.32 | 262.04 | 0.23 | 0.58 |
| Hex | 8E | 7C | AD | 12 | 1C | 0 | 20 | 106 | 17 | 3A |
| Octal | 216 | 174 | 255 | 22 | 34 | 0 | 40 | 406 | 27 | 72 |
| Binary | 10001110 | 1111100 | 10101101 | 10010 | 11100 | 0 | 100000 | 100000110 | 10111 | 111010 |
Color Harmonies of #8E7CAD
Complementary color
Monochromatic Colors of #8E7CAD
Black with #8E7CAD
Text Example
Text Example
White with #8E7CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7CAD; }
p { color: rgb(142,124,173); }
H1.HeaderClassName
{
color: #8E7CAD;
}
.AnyTagClassName
{
color: #8E7CAD;
}
</style>
background-color css
<style>
a { background-color: #8E7CAD; }
a { background-color: rgb(142,124,173); }
div.DivClassName
{
background-color: #8E7CAD;
}
.BgClassName
{
background-color: #8E7CAD;
}
</style>
border-color css
<style>
span { border-color: #8E7CAD; }
span { border-color: rgb(142,124,173); }
td.TdClassName
{
border-color: #8E7CAD;
}
.TagClassName
{
border-color: #8E7CAD;
}
</style>