Html Css Color HEX #8E7AAF Purple Mountain's Majesty
📋 copy color: '#8E7AAF'red 142 ◦ green 122 ◦ blue 175
Shades of Purple Mountain's Majesty #8E7AAF
Tints of Purple Mountain's Majesty #8E7AAF
RGB
CMYK
RGB Variations
Color information
#8E7AAF (or 0x8E7AAF) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7A and AF. RGB value is (142,122,175). Sum of RGB (Red+Green+Blue) = 142+122+175=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7AAF is #718550. Grayscale: #858585. Windows color (decimal): -7439697 or 11500174. OLE color: 11500174.
HSL color Cylindrical-coordinate representation of color #8E7AAF: hue angle of 262.64º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E7AAF is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 122 | 175 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.31 |
| HSL | 262.64º | 0.25% | 0.58% | - |
| HSV(B) | 262.64º | 0.3% | 0.69% | - |
| XYZ | 25.85 | 22.77 | 43.59 | - |
| YUV | 134.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 175 | 0.19 | 0.30 | 0 | 0.31 | 262.64 | 0.25 | 0.58 |
| Hex | 8E | 7A | AF | 13 | 1E | 0 | 1F | 107 | 19 | 3A |
| Octal | 216 | 172 | 257 | 23 | 36 | 0 | 37 | 407 | 31 | 72 |
| Binary | 10001110 | 1111010 | 10101111 | 10011 | 11110 | 0 | 11111 | 100000111 | 11001 | 111010 |
Color Harmonies of #8E7AAF
Complementary color
Monochromatic Colors of #8E7AAF
Black with #8E7AAF
Text Example
Text Example
White with #8E7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7AAF; }
p { color: rgb(142,122,175); }
H1.HeaderClassName
{
color: #8E7AAF;
}
.AnyTagClassName
{
color: #8E7AAF;
}
</style>
background-color css
<style>
a { background-color: #8E7AAF; }
a { background-color: rgb(142,122,175); }
div.DivClassName
{
background-color: #8E7AAF;
}
.BgClassName
{
background-color: #8E7AAF;
}
</style>
border-color css
<style>
span { border-color: #8E7AAF; }
span { border-color: rgb(142,122,175); }
td.TdClassName
{
border-color: #8E7AAF;
}
.TagClassName
{
border-color: #8E7AAF;
}
</style>