Html Css Color HEX #8E7AAE Purple Mountain's Majesty
📋 copy color: '#8E7AAE'red 142 ◦ green 122 ◦ blue 174
Shades of Purple Mountain's Majesty #8E7AAE
Tints of Purple Mountain's Majesty #8E7AAE
RGB
CMYK
RGB Variations
Color information
#8E7AAE (or 0x8E7AAE) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7A and AE. RGB value is (142,122,174). Sum of RGB (Red+Green+Blue) = 142+122+174=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7AAE is #718551. Grayscale: #858585. Windows color (decimal): -7439698 or 11434638. OLE color: 11434638.
HSL color Cylindrical-coordinate representation of color #8E7AAE: hue angle of 263.08º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E7AAE is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 122 | 174 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.32 |
| HSL | 263.08º | 0.24% | 0.58% | - |
| HSV(B) | 263.08º | 0.3% | 0.68% | - |
| XYZ | 25.75 | 22.73 | 43.07 | - |
| YUV | 133.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 174 | 0.18 | 0.30 | 0 | 0.32 | 263.08 | 0.24 | 0.58 |
| Hex | 8E | 7A | AE | 12 | 1E | 0 | 20 | 107 | 18 | 3A |
| Octal | 216 | 172 | 256 | 22 | 36 | 0 | 40 | 407 | 30 | 72 |
| Binary | 10001110 | 1111010 | 10101110 | 10010 | 11110 | 0 | 100000 | 100000111 | 11000 | 111010 |
Color Harmonies of #8E7AAE
Complementary color
Monochromatic Colors of #8E7AAE
Black with #8E7AAE
Text Example
Text Example
White with #8E7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7AAE; }
p { color: rgb(142,122,174); }
H1.HeaderClassName
{
color: #8E7AAE;
}
.AnyTagClassName
{
color: #8E7AAE;
}
</style>
background-color css
<style>
a { background-color: #8E7AAE; }
a { background-color: rgb(142,122,174); }
div.DivClassName
{
background-color: #8E7AAE;
}
.BgClassName
{
background-color: #8E7AAE;
}
</style>
border-color css
<style>
span { border-color: #8E7AAE; }
span { border-color: rgb(142,122,174); }
td.TdClassName
{
border-color: #8E7AAE;
}
.TagClassName
{
border-color: #8E7AAE;
}
</style>