Html Css Color HEX #9881AB Purple Mountain's Majesty
📋 copy color: '#9881AB'red 152 ◦ green 129 ◦ blue 171
Shades of Purple Mountain's Majesty #9881AB
Tints of Purple Mountain's Majesty #9881AB
RGB
CMYK
RGB Variations
Color information
#9881AB (or 0x9881AB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 81 and AB. RGB value is (152,129,171). Sum of RGB (Red+Green+Blue) = 152+129+171=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #9881AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9881AB is #677E54. Grayscale: #8C8C8C. Windows color (decimal): -6782549 or 11239832. OLE color: 11239832.
HSL color Cylindrical-coordinate representation of color #9881AB: hue angle of 272.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9881AB is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 129 | 171 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.33 |
| HSL | 272.86º | 0.2% | 0.59% | - |
| HSV(B) | 272.86º | 0.25% | 0.67% | - |
| XYZ | 28.15 | 25.32 | 41.93 | - |
| YUV | 140.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 171 | 0.11 | 0.25 | 0 | 0.33 | 272.86 | 0.2 | 0.59 |
| Hex | 98 | 81 | AB | B | 19 | 0 | 21 | 111 | 14 | 3B |
| Octal | 230 | 201 | 253 | 13 | 31 | 0 | 41 | 421 | 24 | 73 |
| Binary | 10011000 | 10000001 | 10101011 | 1011 | 11001 | 0 | 100001 | 100010001 | 10100 | 111011 |
Color Harmonies of #9881AB
Complementary color
Monochromatic Colors of #9881AB
Black with #9881AB
Text Example
Text Example
White with #9881AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9881AB; }
p { color: rgb(152,129,171); }
H1.HeaderClassName
{
color: #9881AB;
}
.AnyTagClassName
{
color: #9881AB;
}
</style>
background-color css
<style>
a { background-color: #9881AB; }
a { background-color: rgb(152,129,171); }
div.DivClassName
{
background-color: #9881AB;
}
.BgClassName
{
background-color: #9881AB;
}
</style>
border-color css
<style>
span { border-color: #9881AB; }
span { border-color: rgb(152,129,171); }
td.TdClassName
{
border-color: #9881AB;
}
.TagClassName
{
border-color: #9881AB;
}
</style>