Html Css Color HEX #9A83AB Purple Mountain's Majesty
📋 copy color: '#9A83AB'red 154 ◦ green 131 ◦ blue 171
Shades of Purple Mountain's Majesty #9A83AB
Tints of Purple Mountain's Majesty #9A83AB
RGB
CMYK
RGB Variations
Color information
#9A83AB (or 0x9A83AB) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 83 and AB. RGB value is (154,131,171). Sum of RGB (Red+Green+Blue) = 154+131+171=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A83AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A83AB is #657C54. Grayscale: #8E8E8E. Windows color (decimal): -6650965 or 11240346. OLE color: 11240346.
HSL color Cylindrical-coordinate representation of color #9A83AB: hue angle of 274.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 #9A83AB is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 131 | 171 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.33 |
| HSL | 274.5º | 0.19% | 0.59% | - |
| HSV(B) | 274.5º | 0.23% | 0.67% | - |
| XYZ | 28.79 | 26.04 | 42.04 | - |
| YUV | 142.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 171 | 0.10 | 0.23 | 0 | 0.33 | 274.5 | 0.19 | 0.59 |
| Hex | 9A | 83 | AB | A | 17 | 0 | 21 | 112 | 13 | 3B |
| Octal | 232 | 203 | 253 | 12 | 27 | 0 | 41 | 422 | 23 | 73 |
| Binary | 10011010 | 10000011 | 10101011 | 1010 | 10111 | 0 | 100001 | 100010010 | 10011 | 111011 |
Color Harmonies of #9A83AB
Complementary color
Monochromatic Colors of #9A83AB
Black with #9A83AB
Text Example
Text Example
White with #9A83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A83AB; }
p { color: rgb(154,131,171); }
H1.HeaderClassName
{
color: #9A83AB;
}
.AnyTagClassName
{
color: #9A83AB;
}
</style>
background-color css
<style>
a { background-color: #9A83AB; }
a { background-color: rgb(154,131,171); }
div.DivClassName
{
background-color: #9A83AB;
}
.BgClassName
{
background-color: #9A83AB;
}
</style>
border-color css
<style>
span { border-color: #9A83AB; }
span { border-color: rgb(154,131,171); }
td.TdClassName
{
border-color: #9A83AB;
}
.TagClassName
{
border-color: #9A83AB;
}
</style>