Html Css Color HEX #9C83AD Purple Mountain's Majesty
📋 copy color: '#9C83AD'red 156 ◦ green 131 ◦ blue 173
Shades of Purple Mountain's Majesty #9C83AD
Tints of Purple Mountain's Majesty #9C83AD
RGB
CMYK
RGB Variations
Color information
#9C83AD (or 0x9C83AD) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 83 and AD. RGB value is (156,131,173). Sum of RGB (Red+Green+Blue) = 156+131+173=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C83AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C83AD is #637C52. Grayscale: #8F8F8F. Windows color (decimal): -6519891 or 11371420. OLE color: 11371420.
HSL color Cylindrical-coordinate representation of color #9C83AD: hue angle of 275.71º 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 #9C83AD is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 131 | 173 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.32 |
| HSL | 275.71º | 0.2% | 0.6% | - |
| HSV(B) | 275.71º | 0.24% | 0.68% | - |
| XYZ | 29.37 | 26.32 | 43.07 | - |
| YUV | 143.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 173 | 0.10 | 0.24 | 0 | 0.32 | 275.71 | 0.2 | 0.6 |
| Hex | 9C | 83 | AD | A | 18 | 0 | 20 | 114 | 14 | 3C |
| Octal | 234 | 203 | 255 | 12 | 30 | 0 | 40 | 424 | 24 | 74 |
| Binary | 10011100 | 10000011 | 10101101 | 1010 | 11000 | 0 | 100000 | 100010100 | 10100 | 111100 |
Color Harmonies of #9C83AD
Complementary color
Monochromatic Colors of #9C83AD
Black with #9C83AD
Text Example
Text Example
White with #9C83AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C83AD; }
p { color: rgb(156,131,173); }
H1.HeaderClassName
{
color: #9C83AD;
}
.AnyTagClassName
{
color: #9C83AD;
}
</style>
background-color css
<style>
a { background-color: #9C83AD; }
a { background-color: rgb(156,131,173); }
div.DivClassName
{
background-color: #9C83AD;
}
.BgClassName
{
background-color: #9C83AD;
}
</style>
border-color css
<style>
span { border-color: #9C83AD; }
span { border-color: rgb(156,131,173); }
td.TdClassName
{
border-color: #9C83AD;
}
.TagClassName
{
border-color: #9C83AD;
}
</style>