Html Css Color HEX #9083AB Purple Mountain's Majesty
📋 copy color: '#9083AB'red 144 ◦ green 131 ◦ blue 171
Shades of Purple Mountain's Majesty #9083AB
Tints of Purple Mountain's Majesty #9083AB
RGB
CMYK
RGB Variations
Color information
#9083AB (or 0x9083AB) is known color: Purple Mountain's Majesty. HEX triplet: 90, 83 and AB. RGB value is (144,131,171). Sum of RGB (Red+Green+Blue) = 144+131+171=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #9083AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9083AB is #6F7C54. Grayscale: #8B8B8B. Windows color (decimal): -7306325 or 11240336. OLE color: 11240336.
HSL color Cylindrical-coordinate representation of color #9083AB: hue angle of 259.5º 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 #9083AB is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 131 | 171 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.33 |
| HSL | 259.5º | 0.19% | 0.59% | - |
| HSV(B) | 259.5º | 0.23% | 0.67% | - |
| XYZ | 26.97 | 25.1 | 41.95 | - |
| YUV | 139.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 171 | 0.16 | 0.23 | 0 | 0.33 | 259.5 | 0.19 | 0.59 |
| Hex | 90 | 83 | AB | 10 | 17 | 0 | 21 | 104 | 13 | 3B |
| Octal | 220 | 203 | 253 | 20 | 27 | 0 | 41 | 404 | 23 | 73 |
| Binary | 10010000 | 10000011 | 10101011 | 10000 | 10111 | 0 | 100001 | 100000100 | 10011 | 111011 |
Color Harmonies of #9083AB
Complementary color
Monochromatic Colors of #9083AB
Black with #9083AB
Text Example
Text Example
White with #9083AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9083AB; }
p { color: rgb(144,131,171); }
H1.HeaderClassName
{
color: #9083AB;
}
.AnyTagClassName
{
color: #9083AB;
}
</style>
background-color css
<style>
a { background-color: #9083AB; }
a { background-color: rgb(144,131,171); }
div.DivClassName
{
background-color: #9083AB;
}
.BgClassName
{
background-color: #9083AB;
}
</style>
border-color css
<style>
span { border-color: #9083AB; }
span { border-color: rgb(144,131,171); }
td.TdClassName
{
border-color: #9083AB;
}
.TagClassName
{
border-color: #9083AB;
}
</style>