Html Css Color HEX #8E7BAF Purple Mountain's Majesty
📋 copy color: '#8E7BAF'red 142 ◦ green 123 ◦ blue 175
Shades of Purple Mountain's Majesty #8E7BAF
Tints of Purple Mountain's Majesty #8E7BAF
RGB
CMYK
RGB Variations
Color information
#8E7BAF (or 0x8E7BAF) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7B and AF. RGB value is (142,123,175). Sum of RGB (Red+Green+Blue) = 142+123+175=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E7BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7BAF is #718450. Grayscale: #868686. Windows color (decimal): -7439441 or 11500430. OLE color: 11500430.
HSL color Cylindrical-coordinate representation of color #8E7BAF: hue angle of 261.92º 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 #8E7BAF is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 123 | 175 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.31 |
| HSL | 261.92º | 0.25% | 0.58% | - |
| HSV(B) | 261.92º | 0.3% | 0.69% | - |
| XYZ | 25.98 | 23.01 | 43.63 | - |
| YUV | 134.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 175 | 0.19 | 0.30 | 0 | 0.31 | 261.92 | 0.25 | 0.58 |
| Hex | 8E | 7B | AF | 13 | 1E | 0 | 1F | 106 | 19 | 3A |
| Octal | 216 | 173 | 257 | 23 | 36 | 0 | 37 | 406 | 31 | 72 |
| Binary | 10001110 | 1111011 | 10101111 | 10011 | 11110 | 0 | 11111 | 100000110 | 11001 | 111010 |
Color Harmonies of #8E7BAF
Complementary color
Monochromatic Colors of #8E7BAF
Black with #8E7BAF
Text Example
Text Example
White with #8E7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7BAF; }
p { color: rgb(142,123,175); }
H1.HeaderClassName
{
color: #8E7BAF;
}
.AnyTagClassName
{
color: #8E7BAF;
}
</style>
background-color css
<style>
a { background-color: #8E7BAF; }
a { background-color: rgb(142,123,175); }
div.DivClassName
{
background-color: #8E7BAF;
}
.BgClassName
{
background-color: #8E7BAF;
}
</style>
border-color css
<style>
span { border-color: #8E7BAF; }
span { border-color: rgb(142,123,175); }
td.TdClassName
{
border-color: #8E7BAF;
}
.TagClassName
{
border-color: #8E7BAF;
}
</style>