Html Css Color HEX #9883AD Purple Mountain's Majesty
📋 copy color: '#9883AD'red 152 ◦ green 131 ◦ blue 173
Shades of Purple Mountain's Majesty #9883AD
Tints of Purple Mountain's Majesty #9883AD
RGB
CMYK
RGB Variations
Color information
#9883AD (or 0x9883AD) is known color: Purple Mountain's Majesty. HEX triplet: 98, 83 and AD. RGB value is (152,131,173). Sum of RGB (Red+Green+Blue) = 152+131+173=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #9883AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9883AD is #677C52. Grayscale: #8D8D8D. Windows color (decimal): -6782035 or 11371416. OLE color: 11371416.
HSL color Cylindrical-coordinate representation of color #9883AD: hue angle of 270º 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 #9883AD is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 131 | 173 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.32 |
| HSL | 270º | 0.2% | 0.6% | - |
| HSV(B) | 270º | 0.24% | 0.68% | - |
| XYZ | 28.61 | 25.93 | 43.03 | - |
| YUV | 142.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 173 | 0.12 | 0.24 | 0 | 0.32 | 270 | 0.2 | 0.6 |
| Hex | 98 | 83 | AD | C | 18 | 0 | 20 | 10E | 14 | 3C |
| Octal | 230 | 203 | 255 | 14 | 30 | 0 | 40 | 416 | 24 | 74 |
| Binary | 10011000 | 10000011 | 10101101 | 1100 | 11000 | 0 | 100000 | 100001110 | 10100 | 111100 |
Color Harmonies of #9883AD
Complementary color
Monochromatic Colors of #9883AD
Black with #9883AD
Text Example
Text Example
White with #9883AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9883AD; }
p { color: rgb(152,131,173); }
H1.HeaderClassName
{
color: #9883AD;
}
.AnyTagClassName
{
color: #9883AD;
}
</style>
background-color css
<style>
a { background-color: #9883AD; }
a { background-color: rgb(152,131,173); }
div.DivClassName
{
background-color: #9883AD;
}
.BgClassName
{
background-color: #9883AD;
}
</style>
border-color css
<style>
span { border-color: #9883AD; }
span { border-color: rgb(152,131,173); }
td.TdClassName
{
border-color: #9883AD;
}
.TagClassName
{
border-color: #9883AD;
}
</style>