Html Css Color HEX #997FAC Purple Mountain's Majesty
📋 copy color: '#997FAC'red 153 ◦ green 127 ◦ blue 172
Shades of Purple Mountain's Majesty #997FAC
Tints of Purple Mountain's Majesty #997FAC
RGB
CMYK
RGB Variations
Color information
#997FAC (or 0x997FAC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7F and AC. RGB value is (153,127,172). Sum of RGB (Red+Green+Blue) = 153+127+172=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #997FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997FAC is #668053. Grayscale: #8B8B8B. Windows color (decimal): -6717524 or 11304857. OLE color: 11304857.
HSL color Cylindrical-coordinate representation of color #997FAC: hue angle of 274.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #997FAC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 127 | 172 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.33 |
| HSL | 274.67º | 0.21% | 0.59% | - |
| HSV(B) | 274.67º | 0.26% | 0.67% | - |
| XYZ | 28.17 | 24.93 | 42.36 | - |
| YUV | 139.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 172 | 0.11 | 0.26 | 0 | 0.33 | 274.67 | 0.21 | 0.59 |
| Hex | 99 | 7F | AC | B | 1A | 0 | 21 | 113 | 15 | 3B |
| Octal | 231 | 177 | 254 | 13 | 32 | 0 | 41 | 423 | 25 | 73 |
| Binary | 10011001 | 1111111 | 10101100 | 1011 | 11010 | 0 | 100001 | 100010011 | 10101 | 111011 |
Color Harmonies of #997FAC
Complementary color
Monochromatic Colors of #997FAC
Black with #997FAC
Text Example
Text Example
White with #997FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FAC; }
p { color: rgb(153,127,172); }
H1.HeaderClassName
{
color: #997FAC;
}
.AnyTagClassName
{
color: #997FAC;
}
</style>
background-color css
<style>
a { background-color: #997FAC; }
a { background-color: rgb(153,127,172); }
div.DivClassName
{
background-color: #997FAC;
}
.BgClassName
{
background-color: #997FAC;
}
</style>
border-color css
<style>
span { border-color: #997FAC; }
span { border-color: rgb(153,127,172); }
td.TdClassName
{
border-color: #997FAC;
}
.TagClassName
{
border-color: #997FAC;
}
</style>