Html Css Color HEX #9885AA Purple Mountain's Majesty
📋 copy color: '#9885AA'red 152 ◦ green 133 ◦ blue 170
Shades of Purple Mountain's Majesty #9885AA
Tints of Purple Mountain's Majesty #9885AA
RGB
CMYK
RGB Variations
Color information
#9885AA (or 0x9885AA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 85 and AA. RGB value is (152,133,170). Sum of RGB (Red+Green+Blue) = 152+133+170=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #9885AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9885AA is #677A55. Grayscale: #8E8E8E. Windows color (decimal): -6781526 or 11175320. OLE color: 11175320.
HSL color Cylindrical-coordinate representation of color #9885AA: hue angle of 270.81º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9885AA is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 133 | 170 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.33 |
| HSL | 270.81º | 0.18% | 0.59% | - |
| HSV(B) | 270.81º | 0.22% | 0.67% | - |
| XYZ | 28.59 | 26.35 | 41.61 | - |
| YUV | 142.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 170 | 0.11 | 0.22 | 0 | 0.33 | 270.81 | 0.18 | 0.59 |
| Hex | 98 | 85 | AA | B | 16 | 0 | 21 | 10F | 12 | 3B |
| Octal | 230 | 205 | 252 | 13 | 26 | 0 | 41 | 417 | 22 | 73 |
| Binary | 10011000 | 10000101 | 10101010 | 1011 | 10110 | 0 | 100001 | 100001111 | 10010 | 111011 |
Color Harmonies of #9885AA
Complementary color
Monochromatic Colors of #9885AA
Black with #9885AA
Text Example
Text Example
White with #9885AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885AA; }
p { color: rgb(152,133,170); }
H1.HeaderClassName
{
color: #9885AA;
}
.AnyTagClassName
{
color: #9885AA;
}
</style>
background-color css
<style>
a { background-color: #9885AA; }
a { background-color: rgb(152,133,170); }
div.DivClassName
{
background-color: #9885AA;
}
.BgClassName
{
background-color: #9885AA;
}
</style>
border-color css
<style>
span { border-color: #9885AA; }
span { border-color: rgb(152,133,170); }
td.TdClassName
{
border-color: #9885AA;
}
.TagClassName
{
border-color: #9885AA;
}
</style>