Html Css Color HEX #9080A9 Purple Mountain's Majesty
📋 copy color: '#9080A9'red 144 ◦ green 128 ◦ blue 169
Shades of Purple Mountain's Majesty #9080A9
Tints of Purple Mountain's Majesty #9080A9
RGB
CMYK
RGB Variations
Color information
#9080A9 (or 0x9080A9) is known color: Purple Mountain's Majesty. HEX triplet: 90, 80 and A9. RGB value is (144,128,169). Sum of RGB (Red+Green+Blue) = 144+128+169=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 169 - color contains mainly: blue. Hex color #9080A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9080A9 is #6F7F56. Grayscale: #898989. Windows color (decimal): -7307095 or 11108496. OLE color: 11108496.
HSL color Cylindrical-coordinate representation of color #9080A9: hue angle of 263.41º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9080A9 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 128 | 169 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.34 |
| HSL | 263.41º | 0.19% | 0.58% | - |
| HSV(B) | 263.41º | 0.24% | 0.66% | - |
| XYZ | 26.38 | 24.23 | 40.82 | - |
| YUV | 137.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 169 | 0.15 | 0.24 | 0 | 0.34 | 263.41 | 0.19 | 0.58 |
| Hex | 90 | 80 | A9 | F | 18 | 0 | 22 | 107 | 13 | 3A |
| Octal | 220 | 200 | 251 | 17 | 30 | 0 | 42 | 407 | 23 | 72 |
| Binary | 10010000 | 10000000 | 10101001 | 1111 | 11000 | 0 | 100010 | 100000111 | 10011 | 111010 |
Color Harmonies of #9080A9
Complementary color
Monochromatic Colors of #9080A9
Black with #9080A9
Text Example
Text Example
White with #9080A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9080A9; }
p { color: rgb(144,128,169); }
H1.HeaderClassName
{
color: #9080A9;
}
.AnyTagClassName
{
color: #9080A9;
}
</style>
background-color css
<style>
a { background-color: #9080A9; }
a { background-color: rgb(144,128,169); }
div.DivClassName
{
background-color: #9080A9;
}
.BgClassName
{
background-color: #9080A9;
}
</style>
border-color css
<style>
span { border-color: #9080A9; }
span { border-color: rgb(144,128,169); }
td.TdClassName
{
border-color: #9080A9;
}
.TagClassName
{
border-color: #9080A9;
}
</style>