Html Css Color HEX #8E80AF Purple Mountain's Majesty
📋 copy color: '#8E80AF'red 142 ◦ green 128 ◦ blue 175
Shades of Purple Mountain's Majesty #8E80AF
Tints of Purple Mountain's Majesty #8E80AF
RGB
CMYK
RGB Variations
Color information
#8E80AF (or 0x8E80AF) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 80 and AF. RGB value is (142,128,175). Sum of RGB (Red+Green+Blue) = 142+128+175=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E80AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E80AF is #717F50. Grayscale: #898989. Windows color (decimal): -7438161 or 11501710. OLE color: 11501710.
HSL color Cylindrical-coordinate representation of color #8E80AF: hue angle of 257.87º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E80AF is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 128 | 175 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.31 |
| HSL | 257.87º | 0.23% | 0.59% | - |
| HSV(B) | 257.87º | 0.27% | 0.69% | - |
| XYZ | 26.61 | 24.28 | 43.84 | - |
| YUV | 137.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 175 | 0.19 | 0.27 | 0 | 0.31 | 257.87 | 0.23 | 0.59 |
| Hex | 8E | 80 | AF | 13 | 1B | 0 | 1F | 102 | 17 | 3B |
| Octal | 216 | 200 | 257 | 23 | 33 | 0 | 37 | 402 | 27 | 73 |
| Binary | 10001110 | 10000000 | 10101111 | 10011 | 11011 | 0 | 11111 | 100000010 | 10111 | 111011 |
Color Harmonies of #8E80AF
Complementary color
Monochromatic Colors of #8E80AF
Black with #8E80AF
Text Example
Text Example
White with #8E80AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E80AF; }
p { color: rgb(142,128,175); }
H1.HeaderClassName
{
color: #8E80AF;
}
.AnyTagClassName
{
color: #8E80AF;
}
</style>
background-color css
<style>
a { background-color: #8E80AF; }
a { background-color: rgb(142,128,175); }
div.DivClassName
{
background-color: #8E80AF;
}
.BgClassName
{
background-color: #8E80AF;
}
</style>
border-color css
<style>
span { border-color: #8E80AF; }
span { border-color: rgb(142,128,175); }
td.TdClassName
{
border-color: #8E80AF;
}
.TagClassName
{
border-color: #8E80AF;
}
</style>