Html Css Color HEX #8E7DAE Purple Mountain's Majesty
📋 copy color: '#8E7DAE'red 142 ◦ green 125 ◦ blue 174
Shades of Purple Mountain's Majesty #8E7DAE
Tints of Purple Mountain's Majesty #8E7DAE
RGB
CMYK
RGB Variations
Color information
#8E7DAE (or 0x8E7DAE) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7D and AE. RGB value is (142,125,174). Sum of RGB (Red+Green+Blue) = 142+125+174=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7DAE is #718251. Grayscale: #878787. Windows color (decimal): -7438930 or 11435406. OLE color: 11435406.
HSL color Cylindrical-coordinate representation of color #8E7DAE: hue angle of 260.82º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E7DAE is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 125 | 174 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.32 |
| HSL | 260.82º | 0.23% | 0.59% | - |
| HSV(B) | 260.82º | 0.28% | 0.68% | - |
| XYZ | 26.13 | 23.47 | 43.2 | - |
| YUV | 135.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 174 | 0.18 | 0.28 | 0 | 0.32 | 260.82 | 0.23 | 0.59 |
| Hex | 8E | 7D | AE | 12 | 1C | 0 | 20 | 105 | 17 | 3B |
| Octal | 216 | 175 | 256 | 22 | 34 | 0 | 40 | 405 | 27 | 73 |
| Binary | 10001110 | 1111101 | 10101110 | 10010 | 11100 | 0 | 100000 | 100000101 | 10111 | 111011 |
Color Harmonies of #8E7DAE
Complementary color
Monochromatic Colors of #8E7DAE
Black with #8E7DAE
Text Example
Text Example
White with #8E7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7DAE; }
p { color: rgb(142,125,174); }
H1.HeaderClassName
{
color: #8E7DAE;
}
.AnyTagClassName
{
color: #8E7DAE;
}
</style>
background-color css
<style>
a { background-color: #8E7DAE; }
a { background-color: rgb(142,125,174); }
div.DivClassName
{
background-color: #8E7DAE;
}
.BgClassName
{
background-color: #8E7DAE;
}
</style>
border-color css
<style>
span { border-color: #8E7DAE; }
span { border-color: rgb(142,125,174); }
td.TdClassName
{
border-color: #8E7DAE;
}
.TagClassName
{
border-color: #8E7DAE;
}
</style>