Html Css Color HEX #8E7BAA Purple Mountain's Majesty
📋 copy color: '#8E7BAA'red 142 ◦ green 123 ◦ blue 170
Shades of Purple Mountain's Majesty #8E7BAA
Tints of Purple Mountain's Majesty #8E7BAA
RGB
CMYK
RGB Variations
Color information
#8E7BAA (or 0x8E7BAA) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7B and AA. RGB value is (142,123,170). Sum of RGB (Red+Green+Blue) = 142+123+170=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E7BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7BAA is #718455. Grayscale: #858585. Windows color (decimal): -7439446 or 11172750. OLE color: 11172750.
HSL color Cylindrical-coordinate representation of color #8E7BAA: hue angle of 264.26º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E7BAA is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 123 | 170 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.33 |
| HSL | 264.26º | 0.22% | 0.57% | - |
| HSV(B) | 264.26º | 0.28% | 0.67% | - |
| XYZ | 25.49 | 22.82 | 41.09 | - |
| YUV | 134.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 170 | 0.16 | 0.28 | 0 | 0.33 | 264.26 | 0.22 | 0.57 |
| Hex | 8E | 7B | AA | 10 | 1C | 0 | 21 | 108 | 16 | 39 |
| Octal | 216 | 173 | 252 | 20 | 34 | 0 | 41 | 410 | 26 | 71 |
| Binary | 10001110 | 1111011 | 10101010 | 10000 | 11100 | 0 | 100001 | 100001000 | 10110 | 111001 |
Color Harmonies of #8E7BAA
Complementary color
Monochromatic Colors of #8E7BAA
Black with #8E7BAA
Text Example
Text Example
White with #8E7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7BAA; }
p { color: rgb(142,123,170); }
H1.HeaderClassName
{
color: #8E7BAA;
}
.AnyTagClassName
{
color: #8E7BAA;
}
</style>
background-color css
<style>
a { background-color: #8E7BAA; }
a { background-color: rgb(142,123,170); }
div.DivClassName
{
background-color: #8E7BAA;
}
.BgClassName
{
background-color: #8E7BAA;
}
</style>
border-color css
<style>
span { border-color: #8E7BAA; }
span { border-color: rgb(142,123,170); }
td.TdClassName
{
border-color: #8E7BAA;
}
.TagClassName
{
border-color: #8E7BAA;
}
</style>