Html Css Color HEX #8E7DAA Purple Mountain's Majesty
📋 copy color: '#8E7DAA'red 142 ◦ green 125 ◦ blue 170
Shades of Purple Mountain's Majesty #8E7DAA
Tints of Purple Mountain's Majesty #8E7DAA
RGB
CMYK
RGB Variations
Color information
#8E7DAA (or 0x8E7DAA) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7D and AA. RGB value is (142,125,170). Sum of RGB (Red+Green+Blue) = 142+125+170=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E7DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7DAA is #718255. Grayscale: #878787. Windows color (decimal): -7438934 or 11173262. OLE color: 11173262.
HSL color Cylindrical-coordinate representation of color #8E7DAA: hue angle of 262.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E7DAA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 125 | 170 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.33 |
| HSL | 262.67º | 0.21% | 0.58% | - |
| HSV(B) | 262.67º | 0.26% | 0.67% | - |
| XYZ | 25.74 | 23.32 | 41.17 | - |
| YUV | 135.21 | 147.63 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 170 | 0.16 | 0.26 | 0 | 0.33 | 262.67 | 0.21 | 0.58 |
| Hex | 8E | 7D | AA | 10 | 1A | 0 | 21 | 107 | 15 | 3A |
| Octal | 216 | 175 | 252 | 20 | 32 | 0 | 41 | 407 | 25 | 72 |
| Binary | 10001110 | 1111101 | 10101010 | 10000 | 11010 | 0 | 100001 | 100000111 | 10101 | 111010 |
Color Harmonies of #8E7DAA
Complementary color
Monochromatic Colors of #8E7DAA
Black with #8E7DAA
Text Example
Text Example
White with #8E7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7DAA; }
p { color: rgb(142,125,170); }
H1.HeaderClassName
{
color: #8E7DAA;
}
.AnyTagClassName
{
color: #8E7DAA;
}
</style>
background-color css
<style>
a { background-color: #8E7DAA; }
a { background-color: rgb(142,125,170); }
div.DivClassName
{
background-color: #8E7DAA;
}
.BgClassName
{
background-color: #8E7DAA;
}
</style>
border-color css
<style>
span { border-color: #8E7DAA; }
span { border-color: rgb(142,125,170); }
td.TdClassName
{
border-color: #8E7DAA;
}
.TagClassName
{
border-color: #8E7DAA;
}
</style>