Html Css Color HEX #8E7FAC Purple Mountain's Majesty
📋 copy color: '#8E7FAC'red 142 ◦ green 127 ◦ blue 172
Shades of Purple Mountain's Majesty #8E7FAC
Tints of Purple Mountain's Majesty #8E7FAC
RGB
CMYK
RGB Variations
Color information
#8E7FAC (or 0x8E7FAC) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7F and AC. RGB value is (142,127,172). Sum of RGB (Red+Green+Blue) = 142+127+172=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7FAC is #718053. Grayscale: #888888. Windows color (decimal): -7438420 or 11304846. OLE color: 11304846.
HSL color Cylindrical-coordinate representation of color #8E7FAC: hue angle of 260º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E7FAC is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 127 | 172 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.33 |
| HSL | 260º | 0.21% | 0.59% | - |
| HSV(B) | 260º | 0.26% | 0.67% | - |
| XYZ | 26.19 | 23.91 | 42.26 | - |
| YUV | 136.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 127 | 172 | 0.17 | 0.26 | 0 | 0.33 | 260 | 0.21 | 0.59 |
| Hex | 8E | 7F | AC | 11 | 1A | 0 | 21 | 104 | 15 | 3B |
| Octal | 216 | 177 | 254 | 21 | 32 | 0 | 41 | 404 | 25 | 73 |
| Binary | 10001110 | 1111111 | 10101100 | 10001 | 11010 | 0 | 100001 | 100000100 | 10101 | 111011 |
Color Harmonies of #8E7FAC
Complementary color
Monochromatic Colors of #8E7FAC
Black with #8E7FAC
Text Example
Text Example
White with #8E7FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7FAC; }
p { color: rgb(142,127,172); }
H1.HeaderClassName
{
color: #8E7FAC;
}
.AnyTagClassName
{
color: #8E7FAC;
}
</style>
background-color css
<style>
a { background-color: #8E7FAC; }
a { background-color: rgb(142,127,172); }
div.DivClassName
{
background-color: #8E7FAC;
}
.BgClassName
{
background-color: #8E7FAC;
}
</style>
border-color css
<style>
span { border-color: #8E7FAC; }
span { border-color: rgb(142,127,172); }
td.TdClassName
{
border-color: #8E7FAC;
}
.TagClassName
{
border-color: #8E7FAC;
}
</style>