Html Css Color HEX #997FAE Purple Mountain's Majesty
📋 copy color: '#997FAE'red 153 ◦ green 127 ◦ blue 174
Shades of Purple Mountain's Majesty #997FAE
Tints of Purple Mountain's Majesty #997FAE
RGB
CMYK
RGB Variations
Color information
#997FAE (or 0x997FAE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7F and AE. RGB value is (153,127,174). Sum of RGB (Red+Green+Blue) = 153+127+174=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #997FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997FAE is #668051. Grayscale: #8B8B8B. Windows color (decimal): -6717522 or 11435929. OLE color: 11435929.
HSL color Cylindrical-coordinate representation of color #997FAE: hue angle of 273.19º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #997FAE is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 127 | 174 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.32 |
| HSL | 273.19º | 0.22% | 0.59% | - |
| HSV(B) | 273.19º | 0.27% | 0.68% | - |
| XYZ | 28.37 | 25.01 | 43.38 | - |
| YUV | 140.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 174 | 0.12 | 0.27 | 0 | 0.32 | 273.19 | 0.22 | 0.59 |
| Hex | 99 | 7F | AE | C | 1B | 0 | 20 | 111 | 16 | 3B |
| Octal | 231 | 177 | 256 | 14 | 33 | 0 | 40 | 421 | 26 | 73 |
| Binary | 10011001 | 1111111 | 10101110 | 1100 | 11011 | 0 | 100000 | 100010001 | 10110 | 111011 |
Color Harmonies of #997FAE
Complementary color
Monochromatic Colors of #997FAE
Black with #997FAE
Text Example
Text Example
White with #997FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FAE; }
p { color: rgb(153,127,174); }
H1.HeaderClassName
{
color: #997FAE;
}
.AnyTagClassName
{
color: #997FAE;
}
</style>
background-color css
<style>
a { background-color: #997FAE; }
a { background-color: rgb(153,127,174); }
div.DivClassName
{
background-color: #997FAE;
}
.BgClassName
{
background-color: #997FAE;
}
</style>
border-color css
<style>
span { border-color: #997FAE; }
span { border-color: rgb(153,127,174); }
td.TdClassName
{
border-color: #997FAE;
}
.TagClassName
{
border-color: #997FAE;
}
</style>