Html Css Color HEX #9C86AD Purple Mountain's Majesty
📋 copy color: '#9C86AD'red 156 ◦ green 134 ◦ blue 173
Shades of Purple Mountain's Majesty #9C86AD
Tints of Purple Mountain's Majesty #9C86AD
RGB
CMYK
RGB Variations
Color information
#9C86AD (or 0x9C86AD) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 86 and AD. RGB value is (156,134,173). Sum of RGB (Red+Green+Blue) = 156+134+173=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C86AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C86AD is #637952. Grayscale: #909090. Windows color (decimal): -6519123 or 11372188. OLE color: 11372188.
HSL color Cylindrical-coordinate representation of color #9C86AD: hue angle of 273.85º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C86AD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 134 | 173 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.32 |
| HSL | 273.85º | 0.19% | 0.6% | - |
| HSV(B) | 273.85º | 0.23% | 0.68% | - |
| XYZ | 29.78 | 27.14 | 43.2 | - |
| YUV | 145.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 173 | 0.10 | 0.23 | 0 | 0.32 | 273.85 | 0.19 | 0.6 |
| Hex | 9C | 86 | AD | A | 17 | 0 | 20 | 112 | 13 | 3C |
| Octal | 234 | 206 | 255 | 12 | 27 | 0 | 40 | 422 | 23 | 74 |
| Binary | 10011100 | 10000110 | 10101101 | 1010 | 10111 | 0 | 100000 | 100010010 | 10011 | 111100 |
Color Harmonies of #9C86AD
Complementary color
Monochromatic Colors of #9C86AD
Black with #9C86AD
Text Example
Text Example
White with #9C86AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C86AD; }
p { color: rgb(156,134,173); }
H1.HeaderClassName
{
color: #9C86AD;
}
.AnyTagClassName
{
color: #9C86AD;
}
</style>
background-color css
<style>
a { background-color: #9C86AD; }
a { background-color: rgb(156,134,173); }
div.DivClassName
{
background-color: #9C86AD;
}
.BgClassName
{
background-color: #9C86AD;
}
</style>
border-color css
<style>
span { border-color: #9C86AD; }
span { border-color: rgb(156,134,173); }
td.TdClassName
{
border-color: #9C86AD;
}
.TagClassName
{
border-color: #9C86AD;
}
</style>