Html Css Color HEX #997CAE Purple Mountain's Majesty
📋 copy color: '#997CAE'red 153 ◦ green 124 ◦ blue 174
Shades of Purple Mountain's Majesty #997CAE
Tints of Purple Mountain's Majesty #997CAE
RGB
CMYK
RGB Variations
Color information
#997CAE (or 0x997CAE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7C and AE. RGB value is (153,124,174). Sum of RGB (Red+Green+Blue) = 153+124+174=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #997CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997CAE is #668351. Grayscale: #8A8A8A. Windows color (decimal): -6718290 or 11435161. OLE color: 11435161.
HSL color Cylindrical-coordinate representation of color #997CAE: hue angle of 274.8º 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 #997CAE is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 124 | 174 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.32 |
| HSL | 274.8º | 0.24% | 0.58% | - |
| HSV(B) | 274.8º | 0.29% | 0.68% | - |
| XYZ | 27.98 | 24.24 | 43.25 | - |
| YUV | 138.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 174 | 0.12 | 0.29 | 0 | 0.32 | 274.8 | 0.24 | 0.58 |
| Hex | 99 | 7C | AE | C | 1D | 0 | 20 | 113 | 18 | 3A |
| Octal | 231 | 174 | 256 | 14 | 35 | 0 | 40 | 423 | 30 | 72 |
| Binary | 10011001 | 1111100 | 10101110 | 1100 | 11101 | 0 | 100000 | 100010011 | 11000 | 111010 |
Color Harmonies of #997CAE
Complementary color
Monochromatic Colors of #997CAE
Black with #997CAE
Text Example
Text Example
White with #997CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997CAE; }
p { color: rgb(153,124,174); }
H1.HeaderClassName
{
color: #997CAE;
}
.AnyTagClassName
{
color: #997CAE;
}
</style>
background-color css
<style>
a { background-color: #997CAE; }
a { background-color: rgb(153,124,174); }
div.DivClassName
{
background-color: #997CAE;
}
.BgClassName
{
background-color: #997CAE;
}
</style>
border-color css
<style>
span { border-color: #997CAE; }
span { border-color: rgb(153,124,174); }
td.TdClassName
{
border-color: #997CAE;
}
.TagClassName
{
border-color: #997CAE;
}
</style>