Html Css Color HEX #9889AA Purple Mountain's Majesty
📋 copy color: '#9889AA'red 152 ◦ green 137 ◦ blue 170
Shades of Purple Mountain's Majesty #9889AA
Tints of Purple Mountain's Majesty #9889AA
RGB
CMYK
RGB Variations
Color information
#9889AA (or 0x9889AA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 89 and AA. RGB value is (152,137,170). Sum of RGB (Red+Green+Blue) = 152+137+170=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #9889AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9889AA is #677655. Grayscale: #919191. Windows color (decimal): -6780502 or 11176344. OLE color: 11176344.
HSL color Cylindrical-coordinate representation of color #9889AA: hue angle of 267.27º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9889AA is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 137 | 170 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.33 |
| HSL | 267.27º | 0.16% | 0.6% | - |
| HSV(B) | 267.27º | 0.19% | 0.67% | - |
| XYZ | 29.15 | 27.47 | 41.8 | - |
| YUV | 145.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 170 | 0.11 | 0.19 | 0 | 0.33 | 267.27 | 0.16 | 0.6 |
| Hex | 98 | 89 | AA | B | 13 | 0 | 21 | 10B | 10 | 3C |
| Octal | 230 | 211 | 252 | 13 | 23 | 0 | 41 | 413 | 20 | 74 |
| Binary | 10011000 | 10001001 | 10101010 | 1011 | 10011 | 0 | 100001 | 100001011 | 10000 | 111100 |
Color Harmonies of #9889AA
Complementary color
Monochromatic Colors of #9889AA
Black with #9889AA
Text Example
Text Example
White with #9889AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9889AA; }
p { color: rgb(152,137,170); }
H1.HeaderClassName
{
color: #9889AA;
}
.AnyTagClassName
{
color: #9889AA;
}
</style>
background-color css
<style>
a { background-color: #9889AA; }
a { background-color: rgb(152,137,170); }
div.DivClassName
{
background-color: #9889AA;
}
.BgClassName
{
background-color: #9889AA;
}
</style>
border-color css
<style>
span { border-color: #9889AA; }
span { border-color: rgb(152,137,170); }
td.TdClassName
{
border-color: #9889AA;
}
.TagClassName
{
border-color: #9889AA;
}
</style>