Html Css Color HEX #9080A4 Purple Mountain's Majesty
📋 copy color: '#9080A4'red 144 ◦ green 128 ◦ blue 164
Shades of Purple Mountain's Majesty #9080A4
Tints of Purple Mountain's Majesty #9080A4
RGB
CMYK
RGB Variations
Color information
#9080A4 (or 0x9080A4) is known color: Purple Mountain's Majesty. HEX triplet: 90, 80 and A4. RGB value is (144,128,164). Sum of RGB (Red+Green+Blue) = 144+128+164=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 164 - color contains mainly: blue. Hex color #9080A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9080A4 is #6F7F5B. Grayscale: #888888. Windows color (decimal): -7307100 or 10780816. OLE color: 10780816.
HSL color Cylindrical-coordinate representation of color #9080A4: hue angle of 266.67º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9080A4 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 128 | 164 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.36 |
| HSL | 266.67º | 0.17% | 0.57% | - |
| HSV(B) | 266.67º | 0.22% | 0.64% | - |
| XYZ | 25.92 | 24.05 | 38.4 | - |
| YUV | 136.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 164 | 0.12 | 0.22 | 0 | 0.36 | 266.67 | 0.17 | 0.57 |
| Hex | 90 | 80 | A4 | C | 16 | 0 | 24 | 10B | 11 | 39 |
| Octal | 220 | 200 | 244 | 14 | 26 | 0 | 44 | 413 | 21 | 71 |
| Binary | 10010000 | 10000000 | 10100100 | 1100 | 10110 | 0 | 100100 | 100001011 | 10001 | 111001 |
Color Harmonies of #9080A4
Complementary color
Monochromatic Colors of #9080A4
Black with #9080A4
Text Example
Text Example
White with #9080A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9080A4; }
p { color: rgb(144,128,164); }
H1.HeaderClassName
{
color: #9080A4;
}
.AnyTagClassName
{
color: #9080A4;
}
</style>
background-color css
<style>
a { background-color: #9080A4; }
a { background-color: rgb(144,128,164); }
div.DivClassName
{
background-color: #9080A4;
}
.BgClassName
{
background-color: #9080A4;
}
</style>
border-color css
<style>
span { border-color: #9080A4; }
span { border-color: rgb(144,128,164); }
td.TdClassName
{
border-color: #9080A4;
}
.TagClassName
{
border-color: #9080A4;
}
</style>