Html Css Color HEX #8E7AAD Purple Mountain's Majesty
📋 copy color: '#8E7AAD'red 142 ◦ green 122 ◦ blue 173
Shades of Purple Mountain's Majesty #8E7AAD
Tints of Purple Mountain's Majesty #8E7AAD
RGB
CMYK
RGB Variations
Color information
#8E7AAD (or 0x8E7AAD) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7A and AD. RGB value is (142,122,173). Sum of RGB (Red+Green+Blue) = 142+122+173=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E7AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7AAD is #718552. Grayscale: #858585. Windows color (decimal): -7439699 or 11369102. OLE color: 11369102.
HSL color Cylindrical-coordinate representation of color #8E7AAD: hue angle of 263.53º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E7AAD is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 122 | 173 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.32 |
| HSL | 263.53º | 0.24% | 0.58% | - |
| HSV(B) | 263.53º | 0.29% | 0.68% | - |
| XYZ | 25.66 | 22.69 | 42.56 | - |
| YUV | 133.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 173 | 0.18 | 0.29 | 0 | 0.32 | 263.53 | 0.24 | 0.58 |
| Hex | 8E | 7A | AD | 12 | 1D | 0 | 20 | 108 | 18 | 3A |
| Octal | 216 | 172 | 255 | 22 | 35 | 0 | 40 | 410 | 30 | 72 |
| Binary | 10001110 | 1111010 | 10101101 | 10010 | 11101 | 0 | 100000 | 100001000 | 11000 | 111010 |
Color Harmonies of #8E7AAD
Complementary color
Monochromatic Colors of #8E7AAD
Black with #8E7AAD
Text Example
Text Example
White with #8E7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7AAD; }
p { color: rgb(142,122,173); }
H1.HeaderClassName
{
color: #8E7AAD;
}
.AnyTagClassName
{
color: #8E7AAD;
}
</style>
background-color css
<style>
a { background-color: #8E7AAD; }
a { background-color: rgb(142,122,173); }
div.DivClassName
{
background-color: #8E7AAD;
}
.BgClassName
{
background-color: #8E7AAD;
}
</style>
border-color css
<style>
span { border-color: #8E7AAD; }
span { border-color: rgb(142,122,173); }
td.TdClassName
{
border-color: #8E7AAD;
}
.TagClassName
{
border-color: #8E7AAD;
}
</style>