Html Css Color HEX #9984AD Purple Mountain's Majesty
📋 copy color: '#9984AD'red 153 ◦ green 132 ◦ blue 173
Shades of Purple Mountain's Majesty #9984AD
Tints of Purple Mountain's Majesty #9984AD
RGB
CMYK
RGB Variations
Color information
#9984AD (or 0x9984AD) is known color: Purple Mountain's Majesty. HEX triplet: 99, 84 and AD. RGB value is (153,132,173). Sum of RGB (Red+Green+Blue) = 153+132+173=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #9984AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9984AD is #667B52. Grayscale: #8E8E8E. Windows color (decimal): -6716243 or 11371673. OLE color: 11371673.
HSL color Cylindrical-coordinate representation of color #9984AD: hue angle of 270.73º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9984AD is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 132 | 173 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.32 |
| HSL | 270.73º | 0.2% | 0.6% | - |
| HSV(B) | 270.73º | 0.24% | 0.68% | - |
| XYZ | 28.93 | 26.29 | 43.09 | - |
| YUV | 142.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 173 | 0.12 | 0.24 | 0 | 0.32 | 270.73 | 0.2 | 0.6 |
| Hex | 99 | 84 | AD | C | 18 | 0 | 20 | 10F | 14 | 3C |
| Octal | 231 | 204 | 255 | 14 | 30 | 0 | 40 | 417 | 24 | 74 |
| Binary | 10011001 | 10000100 | 10101101 | 1100 | 11000 | 0 | 100000 | 100001111 | 10100 | 111100 |
Color Harmonies of #9984AD
Complementary color
Monochromatic Colors of #9984AD
Black with #9984AD
Text Example
Text Example
White with #9984AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9984AD; }
p { color: rgb(153,132,173); }
H1.HeaderClassName
{
color: #9984AD;
}
.AnyTagClassName
{
color: #9984AD;
}
</style>
background-color css
<style>
a { background-color: #9984AD; }
a { background-color: rgb(153,132,173); }
div.DivClassName
{
background-color: #9984AD;
}
.BgClassName
{
background-color: #9984AD;
}
</style>
border-color css
<style>
span { border-color: #9984AD; }
span { border-color: rgb(153,132,173); }
td.TdClassName
{
border-color: #9984AD;
}
.TagClassName
{
border-color: #9984AD;
}
</style>