Html Css Color HEX #977CAE Purple Mountain's Majesty
📋 copy color: '#977CAE'red 151 ◦ green 124 ◦ blue 174
Shades of Purple Mountain's Majesty #977CAE
Tints of Purple Mountain's Majesty #977CAE
RGB
CMYK
RGB Variations
Color information
#977CAE (or 0x977CAE) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7C and AE. RGB value is (151,124,174). Sum of RGB (Red+Green+Blue) = 151+124+174=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #977CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977CAE is #688351. Grayscale: #898989. Windows color (decimal): -6849362 or 11435159. OLE color: 11435159.
HSL color Cylindrical-coordinate representation of color #977CAE: hue angle of 272.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 #977CAE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 124 | 174 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.32 |
| HSL | 272.4º | 0.24% | 0.58% | - |
| HSV(B) | 272.4º | 0.29% | 0.68% | - |
| XYZ | 27.61 | 24.05 | 43.23 | - |
| YUV | 137.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 174 | 0.13 | 0.29 | 0 | 0.32 | 272.4 | 0.24 | 0.58 |
| Hex | 97 | 7C | AE | D | 1D | 0 | 20 | 110 | 18 | 3A |
| Octal | 227 | 174 | 256 | 15 | 35 | 0 | 40 | 420 | 30 | 72 |
| Binary | 10010111 | 1111100 | 10101110 | 1101 | 11101 | 0 | 100000 | 100010000 | 11000 | 111010 |
Color Harmonies of #977CAE
Complementary color
Monochromatic Colors of #977CAE
Black with #977CAE
Text Example
Text Example
White with #977CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977CAE; }
p { color: rgb(151,124,174); }
H1.HeaderClassName
{
color: #977CAE;
}
.AnyTagClassName
{
color: #977CAE;
}
</style>
background-color css
<style>
a { background-color: #977CAE; }
a { background-color: rgb(151,124,174); }
div.DivClassName
{
background-color: #977CAE;
}
.BgClassName
{
background-color: #977CAE;
}
</style>
border-color css
<style>
span { border-color: #977CAE; }
span { border-color: rgb(151,124,174); }
td.TdClassName
{
border-color: #977CAE;
}
.TagClassName
{
border-color: #977CAE;
}
</style>