Html Css Color HEX #977FAA Purple Mountain's Majesty
📋 copy color: '#977FAA'red 151 ◦ green 127 ◦ blue 170
Shades of Purple Mountain's Majesty #977FAA
Tints of Purple Mountain's Majesty #977FAA
RGB
CMYK
RGB Variations
Color information
#977FAA (or 0x977FAA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7F and AA. RGB value is (151,127,170). Sum of RGB (Red+Green+Blue) = 151+127+170=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #977FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977FAA is #688055. Grayscale: #8A8A8A. Windows color (decimal): -6848598 or 11173783. OLE color: 11173783.
HSL color Cylindrical-coordinate representation of color #977FAA: hue angle of 273.49º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977FAA is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 127 | 170 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.33 |
| HSL | 273.49º | 0.2% | 0.58% | - |
| HSV(B) | 273.49º | 0.25% | 0.67% | - |
| XYZ | 27.61 | 24.66 | 41.34 | - |
| YUV | 139.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 170 | 0.11 | 0.25 | 0 | 0.33 | 273.49 | 0.2 | 0.58 |
| Hex | 97 | 7F | AA | B | 19 | 0 | 21 | 111 | 14 | 3A |
| Octal | 227 | 177 | 252 | 13 | 31 | 0 | 41 | 421 | 24 | 72 |
| Binary | 10010111 | 1111111 | 10101010 | 1011 | 11001 | 0 | 100001 | 100010001 | 10100 | 111010 |
Color Harmonies of #977FAA
Complementary color
Monochromatic Colors of #977FAA
Black with #977FAA
Text Example
Text Example
White with #977FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FAA; }
p { color: rgb(151,127,170); }
H1.HeaderClassName
{
color: #977FAA;
}
.AnyTagClassName
{
color: #977FAA;
}
</style>
background-color css
<style>
a { background-color: #977FAA; }
a { background-color: rgb(151,127,170); }
div.DivClassName
{
background-color: #977FAA;
}
.BgClassName
{
background-color: #977FAA;
}
</style>
border-color css
<style>
span { border-color: #977FAA; }
span { border-color: rgb(151,127,170); }
td.TdClassName
{
border-color: #977FAA;
}
.TagClassName
{
border-color: #977FAA;
}
</style>