Html Css Color HEX #9A80AE Purple Mountain's Majesty
📋 copy color: '#9A80AE'red 154 ◦ green 128 ◦ blue 174
Shades of Purple Mountain's Majesty #9A80AE
Tints of Purple Mountain's Majesty #9A80AE
RGB
CMYK
RGB Variations
Color information
#9A80AE (or 0x9A80AE) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 80 and AE. RGB value is (154,128,174). Sum of RGB (Red+Green+Blue) = 154+128+174=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A80AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A80AE is #657F51. Grayscale: #8C8C8C. Windows color (decimal): -6651730 or 11436186. OLE color: 11436186.
HSL color Cylindrical-coordinate representation of color #9A80AE: hue angle of 273.91º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A80AE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 128 | 174 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.32 |
| HSL | 273.91º | 0.22% | 0.59% | - |
| HSV(B) | 273.91º | 0.26% | 0.68% | - |
| XYZ | 28.69 | 25.36 | 43.43 | - |
| YUV | 141.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 174 | 0.11 | 0.26 | 0 | 0.32 | 273.91 | 0.22 | 0.59 |
| Hex | 9A | 80 | AE | B | 1A | 0 | 20 | 112 | 16 | 3B |
| Octal | 232 | 200 | 256 | 13 | 32 | 0 | 40 | 422 | 26 | 73 |
| Binary | 10011010 | 10000000 | 10101110 | 1011 | 11010 | 0 | 100000 | 100010010 | 10110 | 111011 |
Color Harmonies of #9A80AE
Complementary color
Monochromatic Colors of #9A80AE
Black with #9A80AE
Text Example
Text Example
White with #9A80AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A80AE; }
p { color: rgb(154,128,174); }
H1.HeaderClassName
{
color: #9A80AE;
}
.AnyTagClassName
{
color: #9A80AE;
}
</style>
background-color css
<style>
a { background-color: #9A80AE; }
a { background-color: rgb(154,128,174); }
div.DivClassName
{
background-color: #9A80AE;
}
.BgClassName
{
background-color: #9A80AE;
}
</style>
border-color css
<style>
span { border-color: #9A80AE; }
span { border-color: rgb(154,128,174); }
td.TdClassName
{
border-color: #9A80AE;
}
.TagClassName
{
border-color: #9A80AE;
}
</style>