Html Css Color HEX #9C7DAE Purple Mountain's Majesty
📋 copy color: '#9C7DAE'red 156 ◦ green 125 ◦ blue 174
Shades of Purple Mountain's Majesty #9C7DAE
Tints of Purple Mountain's Majesty #9C7DAE
RGB
CMYK
RGB Variations
Color information
#9C7DAE (or 0x9C7DAE) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7D and AE. RGB value is (156,125,174). Sum of RGB (Red+Green+Blue) = 156+125+174=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7DAE is #638251. Grayscale: #8B8B8B. Windows color (decimal): -6521426 or 11435420. OLE color: 11435420.
HSL color Cylindrical-coordinate representation of color #9C7DAE: hue angle of 277.96º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7DAE is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 125 | 174 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.32 |
| HSL | 277.96º | 0.23% | 0.59% | - |
| HSV(B) | 277.96º | 0.28% | 0.68% | - |
| XYZ | 28.68 | 24.79 | 43.32 | - |
| YUV | 139.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 174 | 0.10 | 0.28 | 0 | 0.32 | 277.96 | 0.23 | 0.59 |
| Hex | 9C | 7D | AE | A | 1C | 0 | 20 | 116 | 17 | 3B |
| Octal | 234 | 175 | 256 | 12 | 34 | 0 | 40 | 426 | 27 | 73 |
| Binary | 10011100 | 1111101 | 10101110 | 1010 | 11100 | 0 | 100000 | 100010110 | 10111 | 111011 |
Color Harmonies of #9C7DAE
Complementary color
Monochromatic Colors of #9C7DAE
Black with #9C7DAE
Text Example
Text Example
White with #9C7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7DAE; }
p { color: rgb(156,125,174); }
H1.HeaderClassName
{
color: #9C7DAE;
}
.AnyTagClassName
{
color: #9C7DAE;
}
</style>
background-color css
<style>
a { background-color: #9C7DAE; }
a { background-color: rgb(156,125,174); }
div.DivClassName
{
background-color: #9C7DAE;
}
.BgClassName
{
background-color: #9C7DAE;
}
</style>
border-color css
<style>
span { border-color: #9C7DAE; }
span { border-color: rgb(156,125,174); }
td.TdClassName
{
border-color: #9C7DAE;
}
.TagClassName
{
border-color: #9C7DAE;
}
</style>