Html Css Color HEX #8E7AB5 Purple Mountain's Majesty
📋 copy color: '#8E7AB5'red 142 ◦ green 122 ◦ blue 181
Shades of Purple Mountain's Majesty #8E7AB5
Tints of Purple Mountain's Majesty #8E7AB5
RGB
CMYK
RGB Variations
Color information
#8E7AB5 (or 0x8E7AB5) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7A and B5. RGB value is (142,122,181). Sum of RGB (Red+Green+Blue) = 142+122+181=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 181 - color contains mainly: blue. Hex color #8E7AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7AB5 is #71854A. Grayscale: #868686. Windows color (decimal): -7439691 or 11893390. OLE color: 11893390.
HSL color Cylindrical-coordinate representation of color #8E7AB5: hue angle of 260.34º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E7AB5 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 122 | 181 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.29 |
| HSL | 260.34º | 0.29% | 0.59% | - |
| HSV(B) | 260.34º | 0.33% | 0.71% | - |
| XYZ | 26.46 | 23.01 | 46.76 | - |
| YUV | 134.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 181 | 0.22 | 0.33 | 0 | 0.29 | 260.34 | 0.29 | 0.59 |
| Hex | 8E | 7A | B5 | 16 | 21 | 0 | 1D | 104 | 1D | 3B |
| Octal | 216 | 172 | 265 | 26 | 41 | 0 | 35 | 404 | 35 | 73 |
| Binary | 10001110 | 1111010 | 10110101 | 10110 | 100001 | 0 | 11101 | 100000100 | 11101 | 111011 |
Color Harmonies of #8E7AB5
Complementary color
Monochromatic Colors of #8E7AB5
Black with #8E7AB5
Text Example
Text Example
White with #8E7AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7AB5; }
p { color: rgb(142,122,181); }
H1.HeaderClassName
{
color: #8E7AB5;
}
.AnyTagClassName
{
color: #8E7AB5;
}
</style>
background-color css
<style>
a { background-color: #8E7AB5; }
a { background-color: rgb(142,122,181); }
div.DivClassName
{
background-color: #8E7AB5;
}
.BgClassName
{
background-color: #8E7AB5;
}
</style>
border-color css
<style>
span { border-color: #8E7AB5; }
span { border-color: rgb(142,122,181); }
td.TdClassName
{
border-color: #8E7AB5;
}
.TagClassName
{
border-color: #8E7AB5;
}
</style>