Html Css Color HEX #9882AA Purple Mountain's Majesty
📋 copy color: '#9882AA'red 152 ◦ green 130 ◦ blue 170
Shades of Purple Mountain's Majesty #9882AA
Tints of Purple Mountain's Majesty #9882AA
RGB
CMYK
RGB Variations
Color information
#9882AA (or 0x9882AA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 82 and AA. RGB value is (152,130,170). Sum of RGB (Red+Green+Blue) = 152+130+170=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #9882AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9882AA is #677D55. Grayscale: #8D8D8D. Windows color (decimal): -6782294 or 11174552. OLE color: 11174552.
HSL color Cylindrical-coordinate representation of color #9882AA: hue angle of 273º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9882AA is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 130 | 170 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.33 |
| HSL | 273º | 0.19% | 0.59% | - |
| HSV(B) | 273º | 0.24% | 0.67% | - |
| XYZ | 28.19 | 25.54 | 41.47 | - |
| YUV | 141.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 170 | 0.11 | 0.24 | 0 | 0.33 | 273 | 0.19 | 0.59 |
| Hex | 98 | 82 | AA | B | 18 | 0 | 21 | 111 | 13 | 3B |
| Octal | 230 | 202 | 252 | 13 | 30 | 0 | 41 | 421 | 23 | 73 |
| Binary | 10011000 | 10000010 | 10101010 | 1011 | 11000 | 0 | 100001 | 100010001 | 10011 | 111011 |
Color Harmonies of #9882AA
Complementary color
Monochromatic Colors of #9882AA
Black with #9882AA
Text Example
Text Example
White with #9882AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9882AA; }
p { color: rgb(152,130,170); }
H1.HeaderClassName
{
color: #9882AA;
}
.AnyTagClassName
{
color: #9882AA;
}
</style>
background-color css
<style>
a { background-color: #9882AA; }
a { background-color: rgb(152,130,170); }
div.DivClassName
{
background-color: #9882AA;
}
.BgClassName
{
background-color: #9882AA;
}
</style>
border-color css
<style>
span { border-color: #9882AA; }
span { border-color: rgb(152,130,170); }
td.TdClassName
{
border-color: #9882AA;
}
.TagClassName
{
border-color: #9882AA;
}
</style>