Html Css Color HEX #8D7CAE Purple Mountain's Majesty
📋 copy color: '#8D7CAE'red 141 ◦ green 124 ◦ blue 174
Shades of Purple Mountain's Majesty #8D7CAE
Tints of Purple Mountain's Majesty #8D7CAE
RGB
CMYK
RGB Variations
Color information
#8D7CAE (or 0x8D7CAE) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 7C and AE. RGB value is (141,124,174). Sum of RGB (Red+Green+Blue) = 141+124+174=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7CAE is #728351. Grayscale: #868686. Windows color (decimal): -7504722 or 11435149. OLE color: 11435149.
HSL color Cylindrical-coordinate representation of color #8D7CAE: hue angle of 260.4º degrees, saturation: 0.24, 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 #8D7CAE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 124 | 174 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.32 |
| HSL | 260.4º | 0.24% | 0.58% | - |
| HSV(B) | 260.4º | 0.29% | 0.68% | - |
| XYZ | 25.83 | 23.13 | 43.15 | - |
| YUV | 134.78 | 150.13 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 174 | 0.19 | 0.29 | 0 | 0.32 | 260.4 | 0.24 | 0.58 |
| Hex | 8D | 7C | AE | 13 | 1D | 0 | 20 | 104 | 18 | 3A |
| Octal | 215 | 174 | 256 | 23 | 35 | 0 | 40 | 404 | 30 | 72 |
| Binary | 10001101 | 1111100 | 10101110 | 10011 | 11101 | 0 | 100000 | 100000100 | 11000 | 111010 |
Color Harmonies of #8D7CAE
Complementary color
Monochromatic Colors of #8D7CAE
Black with #8D7CAE
Text Example
Text Example
White with #8D7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7CAE; }
p { color: rgb(141,124,174); }
H1.HeaderClassName
{
color: #8D7CAE;
}
.AnyTagClassName
{
color: #8D7CAE;
}
</style>
background-color css
<style>
a { background-color: #8D7CAE; }
a { background-color: rgb(141,124,174); }
div.DivClassName
{
background-color: #8D7CAE;
}
.BgClassName
{
background-color: #8D7CAE;
}
</style>
border-color css
<style>
span { border-color: #8D7CAE; }
span { border-color: rgb(141,124,174); }
td.TdClassName
{
border-color: #8D7CAE;
}
.TagClassName
{
border-color: #8D7CAE;
}
</style>