Html Css Color HEX #997AAE Purple Mountain's Majesty
📋 copy color: '#997AAE'red 153 ◦ green 122 ◦ blue 174
Shades of Purple Mountain's Majesty #997AAE
Tints of Purple Mountain's Majesty #997AAE
RGB
CMYK
RGB Variations
Color information
#997AAE (or 0x997AAE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7A and AE. RGB value is (153,122,174). Sum of RGB (Red+Green+Blue) = 153+122+174=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 122 (48.05% from 255 or 27.17% 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 #997AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997AAE is #668551. Grayscale: #898989. Windows color (decimal): -6718802 or 11434649. OLE color: 11434649.
HSL color Cylindrical-coordinate representation of color #997AAE: hue angle of 275.77º 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 #997AAE is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 122 | 174 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.32 |
| HSL | 275.77º | 0.24% | 0.58% | - |
| HSV(B) | 275.77º | 0.3% | 0.68% | - |
| XYZ | 27.74 | 23.75 | 43.17 | - |
| YUV | 137.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 174 | 0.12 | 0.30 | 0 | 0.32 | 275.77 | 0.24 | 0.58 |
| Hex | 99 | 7A | AE | C | 1E | 0 | 20 | 114 | 18 | 3A |
| Octal | 231 | 172 | 256 | 14 | 36 | 0 | 40 | 424 | 30 | 72 |
| Binary | 10011001 | 1111010 | 10101110 | 1100 | 11110 | 0 | 100000 | 100010100 | 11000 | 111010 |
Color Harmonies of #997AAE
Complementary color
Monochromatic Colors of #997AAE
Black with #997AAE
Text Example
Text Example
White with #997AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997AAE; }
p { color: rgb(153,122,174); }
H1.HeaderClassName
{
color: #997AAE;
}
.AnyTagClassName
{
color: #997AAE;
}
</style>
background-color css
<style>
a { background-color: #997AAE; }
a { background-color: rgb(153,122,174); }
div.DivClassName
{
background-color: #997AAE;
}
.BgClassName
{
background-color: #997AAE;
}
</style>
border-color css
<style>
span { border-color: #997AAE; }
span { border-color: rgb(153,122,174); }
td.TdClassName
{
border-color: #997AAE;
}
.TagClassName
{
border-color: #997AAE;
}
</style>