Html Css Color HEX #9C7FAD Purple Mountain's Majesty
📋 copy color: '#9C7FAD'red 156 ◦ green 127 ◦ blue 173
Shades of Purple Mountain's Majesty #9C7FAD
Tints of Purple Mountain's Majesty #9C7FAD
RGB
CMYK
RGB Variations
Color information
#9C7FAD (or 0x9C7FAD) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7F and AD. RGB value is (156,127,173). Sum of RGB (Red+Green+Blue) = 156+127+173=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 127 (50% from 255 or 27.85% 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 #9C7FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7FAD is #638052. Grayscale: #8C8C8C. Windows color (decimal): -6520915 or 11370396. OLE color: 11370396.
HSL color Cylindrical-coordinate representation of color #9C7FAD: hue angle of 277.83º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C7FAD is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 127 | 173 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.32 |
| HSL | 277.83º | 0.22% | 0.59% | - |
| HSV(B) | 277.83º | 0.27% | 0.68% | - |
| XYZ | 28.84 | 25.26 | 42.89 | - |
| YUV | 140.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 173 | 0.10 | 0.27 | 0 | 0.32 | 277.83 | 0.22 | 0.59 |
| Hex | 9C | 7F | AD | A | 1B | 0 | 20 | 116 | 16 | 3B |
| Octal | 234 | 177 | 255 | 12 | 33 | 0 | 40 | 426 | 26 | 73 |
| Binary | 10011100 | 1111111 | 10101101 | 1010 | 11011 | 0 | 100000 | 100010110 | 10110 | 111011 |
Color Harmonies of #9C7FAD
Complementary color
Monochromatic Colors of #9C7FAD
Black with #9C7FAD
Text Example
Text Example
White with #9C7FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7FAD; }
p { color: rgb(156,127,173); }
H1.HeaderClassName
{
color: #9C7FAD;
}
.AnyTagClassName
{
color: #9C7FAD;
}
</style>
background-color css
<style>
a { background-color: #9C7FAD; }
a { background-color: rgb(156,127,173); }
div.DivClassName
{
background-color: #9C7FAD;
}
.BgClassName
{
background-color: #9C7FAD;
}
</style>
border-color css
<style>
span { border-color: #9C7FAD; }
span { border-color: rgb(156,127,173); }
td.TdClassName
{
border-color: #9C7FAD;
}
.TagClassName
{
border-color: #9C7FAD;
}
</style>