Html Css Color HEX #9881AD Purple Mountain's Majesty
📋 copy color: '#9881AD'red 152 ◦ green 129 ◦ blue 173
Shades of Purple Mountain's Majesty #9881AD
Tints of Purple Mountain's Majesty #9881AD
RGB
CMYK
RGB Variations
Color information
#9881AD (or 0x9881AD) is known color: Purple Mountain's Majesty. HEX triplet: 98, 81 and AD. RGB value is (152,129,173). Sum of RGB (Red+Green+Blue) = 152+129+173=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #9881AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9881AD is #677E52. Grayscale: #8C8C8C. Windows color (decimal): -6782547 or 11370904. OLE color: 11370904.
HSL color Cylindrical-coordinate representation of color #9881AD: hue angle of 271.36º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9881AD is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 129 | 173 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.32 |
| HSL | 271.36º | 0.21% | 0.59% | - |
| HSV(B) | 271.36º | 0.25% | 0.68% | - |
| XYZ | 28.34 | 25.39 | 42.94 | - |
| YUV | 140.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 173 | 0.12 | 0.25 | 0 | 0.32 | 271.36 | 0.21 | 0.59 |
| Hex | 98 | 81 | AD | C | 19 | 0 | 20 | 10F | 15 | 3B |
| Octal | 230 | 201 | 255 | 14 | 31 | 0 | 40 | 417 | 25 | 73 |
| Binary | 10011000 | 10000001 | 10101101 | 1100 | 11001 | 0 | 100000 | 100001111 | 10101 | 111011 |
Color Harmonies of #9881AD
Complementary color
Monochromatic Colors of #9881AD
Black with #9881AD
Text Example
Text Example
White with #9881AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9881AD; }
p { color: rgb(152,129,173); }
H1.HeaderClassName
{
color: #9881AD;
}
.AnyTagClassName
{
color: #9881AD;
}
</style>
background-color css
<style>
a { background-color: #9881AD; }
a { background-color: rgb(152,129,173); }
div.DivClassName
{
background-color: #9881AD;
}
.BgClassName
{
background-color: #9881AD;
}
</style>
border-color css
<style>
span { border-color: #9881AD; }
span { border-color: rgb(152,129,173); }
td.TdClassName
{
border-color: #9881AD;
}
.TagClassName
{
border-color: #9881AD;
}
</style>