Html Css Color HEX #8D7AAE Purple Mountain's Majesty
📋 copy color: '#8D7AAE'red 141 ◦ green 122 ◦ blue 174
Shades of Purple Mountain's Majesty #8D7AAE
Tints of Purple Mountain's Majesty #8D7AAE
RGB
CMYK
RGB Variations
Color information
#8D7AAE (or 0x8D7AAE) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 7A and AE. RGB value is (141,122,174). Sum of RGB (Red+Green+Blue) = 141+122+174=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7AAE is #728551. Grayscale: #858585. Windows color (decimal): -7505234 or 11434637. OLE color: 11434637.
HSL color Cylindrical-coordinate representation of color #8D7AAE: hue angle of 261.92º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D7AAE is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 122 | 174 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.32 |
| HSL | 261.92º | 0.24% | 0.58% | - |
| HSV(B) | 261.92º | 0.3% | 0.68% | - |
| XYZ | 25.58 | 22.64 | 43.07 | - |
| YUV | 133.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 174 | 0.19 | 0.30 | 0 | 0.32 | 261.92 | 0.24 | 0.58 |
| Hex | 8D | 7A | AE | 13 | 1E | 0 | 20 | 106 | 18 | 3A |
| Octal | 215 | 172 | 256 | 23 | 36 | 0 | 40 | 406 | 30 | 72 |
| Binary | 10001101 | 1111010 | 10101110 | 10011 | 11110 | 0 | 100000 | 100000110 | 11000 | 111010 |
Color Harmonies of #8D7AAE
Complementary color
Monochromatic Colors of #8D7AAE
Black with #8D7AAE
Text Example
Text Example
White with #8D7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7AAE; }
p { color: rgb(141,122,174); }
H1.HeaderClassName
{
color: #8D7AAE;
}
.AnyTagClassName
{
color: #8D7AAE;
}
</style>
background-color css
<style>
a { background-color: #8D7AAE; }
a { background-color: rgb(141,122,174); }
div.DivClassName
{
background-color: #8D7AAE;
}
.BgClassName
{
background-color: #8D7AAE;
}
</style>
border-color css
<style>
span { border-color: #8D7AAE; }
span { border-color: rgb(141,122,174); }
td.TdClassName
{
border-color: #8D7AAE;
}
.TagClassName
{
border-color: #8D7AAE;
}
</style>