Html Css Color HEX #9A80AC Purple Mountain's Majesty
📋 copy color: '#9A80AC'red 154 ◦ green 128 ◦ blue 172
Shades of Purple Mountain's Majesty #9A80AC
Tints of Purple Mountain's Majesty #9A80AC
RGB
CMYK
RGB Variations
Color information
#9A80AC (or 0x9A80AC) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 80 and AC. RGB value is (154,128,172). Sum of RGB (Red+Green+Blue) = 154+128+172=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A80AC is #657F53. Grayscale: #8C8C8C. Windows color (decimal): -6651732 or 11305114. OLE color: 11305114.
HSL color Cylindrical-coordinate representation of color #9A80AC: hue angle of 275.45º 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 #9A80AC is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 128 | 172 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.33 |
| HSL | 275.45º | 0.21% | 0.59% | - |
| HSV(B) | 275.45º | 0.26% | 0.67% | - |
| XYZ | 28.49 | 25.29 | 42.41 | - |
| YUV | 140.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 172 | 0.10 | 0.26 | 0 | 0.33 | 275.45 | 0.21 | 0.59 |
| Hex | 9A | 80 | AC | A | 1A | 0 | 21 | 113 | 15 | 3B |
| Octal | 232 | 200 | 254 | 12 | 32 | 0 | 41 | 423 | 25 | 73 |
| Binary | 10011010 | 10000000 | 10101100 | 1010 | 11010 | 0 | 100001 | 100010011 | 10101 | 111011 |
Color Harmonies of #9A80AC
Complementary color
Monochromatic Colors of #9A80AC
Black with #9A80AC
Text Example
Text Example
White with #9A80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A80AC; }
p { color: rgb(154,128,172); }
H1.HeaderClassName
{
color: #9A80AC;
}
.AnyTagClassName
{
color: #9A80AC;
}
</style>
background-color css
<style>
a { background-color: #9A80AC; }
a { background-color: rgb(154,128,172); }
div.DivClassName
{
background-color: #9A80AC;
}
.BgClassName
{
background-color: #9A80AC;
}
</style>
border-color css
<style>
span { border-color: #9A80AC; }
span { border-color: rgb(154,128,172); }
td.TdClassName
{
border-color: #9A80AC;
}
.TagClassName
{
border-color: #9A80AC;
}
</style>