Html Css Color HEX #9083AA Purple Mountain's Majesty
📋 copy color: '#9083AA'red 144 ◦ green 131 ◦ blue 170
Shades of Purple Mountain's Majesty #9083AA
Tints of Purple Mountain's Majesty #9083AA
RGB
CMYK
RGB Variations
Color information
#9083AA (or 0x9083AA) is known color: Purple Mountain's Majesty. HEX triplet: 90, 83 and AA. RGB value is (144,131,170). Sum of RGB (Red+Green+Blue) = 144+131+170=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #9083AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9083AA is #6F7C55. Grayscale: #8B8B8B. Windows color (decimal): -7306326 or 11174800. OLE color: 11174800.
HSL color Cylindrical-coordinate representation of color #9083AA: hue angle of 260º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9083AA is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 131 | 170 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.33 |
| HSL | 260º | 0.19% | 0.59% | - |
| HSV(B) | 260º | 0.23% | 0.67% | - |
| XYZ | 26.87 | 25.06 | 41.45 | - |
| YUV | 139.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 170 | 0.15 | 0.23 | 0 | 0.33 | 260 | 0.19 | 0.59 |
| Hex | 90 | 83 | AA | F | 17 | 0 | 21 | 104 | 13 | 3B |
| Octal | 220 | 203 | 252 | 17 | 27 | 0 | 41 | 404 | 23 | 73 |
| Binary | 10010000 | 10000011 | 10101010 | 1111 | 10111 | 0 | 100001 | 100000100 | 10011 | 111011 |
Color Harmonies of #9083AA
Complementary color
Monochromatic Colors of #9083AA
Black with #9083AA
Text Example
Text Example
White with #9083AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9083AA; }
p { color: rgb(144,131,170); }
H1.HeaderClassName
{
color: #9083AA;
}
.AnyTagClassName
{
color: #9083AA;
}
</style>
background-color css
<style>
a { background-color: #9083AA; }
a { background-color: rgb(144,131,170); }
div.DivClassName
{
background-color: #9083AA;
}
.BgClassName
{
background-color: #9083AA;
}
</style>
border-color css
<style>
span { border-color: #9083AA; }
span { border-color: rgb(144,131,170); }
td.TdClassName
{
border-color: #9083AA;
}
.TagClassName
{
border-color: #9083AA;
}
</style>