Html Css Color HEX #9080AC Purple Mountain's Majesty
📋 copy color: '#9080AC'red 144 ◦ green 128 ◦ blue 172
Shades of Purple Mountain's Majesty #9080AC
Tints of Purple Mountain's Majesty #9080AC
RGB
CMYK
RGB Variations
Color information
#9080AC (or 0x9080AC) is known color: Purple Mountain's Majesty. HEX triplet: 90, 80 and AC. RGB value is (144,128,172). Sum of RGB (Red+Green+Blue) = 144+128+172=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #9080AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9080AC is #6F7F53. Grayscale: #898989. Windows color (decimal): -7307092 or 11305104. OLE color: 11305104.
HSL color Cylindrical-coordinate representation of color #9080AC: hue angle of 261.82º 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 #9080AC is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 128 | 172 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.33 |
| HSL | 261.82º | 0.21% | 0.59% | - |
| HSV(B) | 261.82º | 0.26% | 0.67% | - |
| XYZ | 26.67 | 24.35 | 42.32 | - |
| YUV | 137.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 172 | 0.16 | 0.26 | 0 | 0.33 | 261.82 | 0.21 | 0.59 |
| Hex | 90 | 80 | AC | 10 | 1A | 0 | 21 | 106 | 15 | 3B |
| Octal | 220 | 200 | 254 | 20 | 32 | 0 | 41 | 406 | 25 | 73 |
| Binary | 10010000 | 10000000 | 10101100 | 10000 | 11010 | 0 | 100001 | 100000110 | 10101 | 111011 |
Color Harmonies of #9080AC
Complementary color
Monochromatic Colors of #9080AC
Black with #9080AC
Text Example
Text Example
White with #9080AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9080AC; }
p { color: rgb(144,128,172); }
H1.HeaderClassName
{
color: #9080AC;
}
.AnyTagClassName
{
color: #9080AC;
}
</style>
background-color css
<style>
a { background-color: #9080AC; }
a { background-color: rgb(144,128,172); }
div.DivClassName
{
background-color: #9080AC;
}
.BgClassName
{
background-color: #9080AC;
}
</style>
border-color css
<style>
span { border-color: #9080AC; }
span { border-color: rgb(144,128,172); }
td.TdClassName
{
border-color: #9080AC;
}
.TagClassName
{
border-color: #9080AC;
}
</style>