Html Css Color HEX #9080AA Purple Mountain's Majesty
📋 copy color: '#9080AA'red 144 ◦ green 128 ◦ blue 170
Shades of Purple Mountain's Majesty #9080AA
Tints of Purple Mountain's Majesty #9080AA
RGB
CMYK
RGB Variations
Color information
#9080AA (or 0x9080AA) is known color: Purple Mountain's Majesty. HEX triplet: 90, 80 and AA. RGB value is (144,128,170). Sum of RGB (Red+Green+Blue) = 144+128+170=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #9080AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9080AA is #6F7F55. Grayscale: #898989. Windows color (decimal): -7307094 or 11174032. OLE color: 11174032.
HSL color Cylindrical-coordinate representation of color #9080AA: hue angle of 262.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9080AA is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 128 | 170 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.33 |
| HSL | 262.86º | 0.2% | 0.58% | - |
| HSV(B) | 262.86º | 0.25% | 0.67% | - |
| XYZ | 26.48 | 24.27 | 41.32 | - |
| YUV | 137.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 170 | 0.15 | 0.25 | 0 | 0.33 | 262.86 | 0.2 | 0.58 |
| Hex | 90 | 80 | AA | F | 19 | 0 | 21 | 107 | 14 | 3A |
| Octal | 220 | 200 | 252 | 17 | 31 | 0 | 41 | 407 | 24 | 72 |
| Binary | 10010000 | 10000000 | 10101010 | 1111 | 11001 | 0 | 100001 | 100000111 | 10100 | 111010 |
Color Harmonies of #9080AA
Complementary color
Monochromatic Colors of #9080AA
Black with #9080AA
Text Example
Text Example
White with #9080AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9080AA; }
p { color: rgb(144,128,170); }
H1.HeaderClassName
{
color: #9080AA;
}
.AnyTagClassName
{
color: #9080AA;
}
</style>
background-color css
<style>
a { background-color: #9080AA; }
a { background-color: rgb(144,128,170); }
div.DivClassName
{
background-color: #9080AA;
}
.BgClassName
{
background-color: #9080AA;
}
</style>
border-color css
<style>
span { border-color: #9080AA; }
span { border-color: rgb(144,128,170); }
td.TdClassName
{
border-color: #9080AA;
}
.TagClassName
{
border-color: #9080AA;
}
</style>