Html Css Color HEX #8E7BAD Purple Mountain's Majesty
📋 copy color: '#8E7BAD'red 142 ◦ green 123 ◦ blue 173
Shades of Purple Mountain's Majesty #8E7BAD
Tints of Purple Mountain's Majesty #8E7BAD
RGB
CMYK
RGB Variations
Color information
#8E7BAD (or 0x8E7BAD) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7B and AD. RGB value is (142,123,173). Sum of RGB (Red+Green+Blue) = 142+123+173=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7BAD is #718452. Grayscale: #868686. Windows color (decimal): -7439443 or 11369358. OLE color: 11369358.
HSL color Cylindrical-coordinate representation of color #8E7BAD: hue angle of 262.8º degrees, saturation: 0.23, 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 #8E7BAD is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 123 | 173 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.32 |
| HSL | 262.8º | 0.23% | 0.58% | - |
| HSV(B) | 262.8º | 0.29% | 0.68% | - |
| XYZ | 25.78 | 22.93 | 42.6 | - |
| YUV | 134.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 173 | 0.18 | 0.29 | 0 | 0.32 | 262.8 | 0.23 | 0.58 |
| Hex | 8E | 7B | AD | 12 | 1D | 0 | 20 | 107 | 17 | 3A |
| Octal | 216 | 173 | 255 | 22 | 35 | 0 | 40 | 407 | 27 | 72 |
| Binary | 10001110 | 1111011 | 10101101 | 10010 | 11101 | 0 | 100000 | 100000111 | 10111 | 111010 |
Color Harmonies of #8E7BAD
Complementary color
Monochromatic Colors of #8E7BAD
Black with #8E7BAD
Text Example
Text Example
White with #8E7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7BAD; }
p { color: rgb(142,123,173); }
H1.HeaderClassName
{
color: #8E7BAD;
}
.AnyTagClassName
{
color: #8E7BAD;
}
</style>
background-color css
<style>
a { background-color: #8E7BAD; }
a { background-color: rgb(142,123,173); }
div.DivClassName
{
background-color: #8E7BAD;
}
.BgClassName
{
background-color: #8E7BAD;
}
</style>
border-color css
<style>
span { border-color: #8E7BAD; }
span { border-color: rgb(142,123,173); }
td.TdClassName
{
border-color: #8E7BAD;
}
.TagClassName
{
border-color: #8E7BAD;
}
</style>