Html Css Color HEX #9C77BA Purple Mountain's Majesty
📋 copy color: '#9C77BA'red 156 ◦ green 119 ◦ blue 186
Shades of Purple Mountain's Majesty #9C77BA
Tints of Purple Mountain's Majesty #9C77BA
RGB
CMYK
RGB Variations
Color information
#9C77BA (or 0x9C77BA) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 77 and BA. RGB value is (156,119,186). Sum of RGB (Red+Green+Blue) = 156+119+186=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C77BA is #638845. Grayscale: #898989. Windows color (decimal): -6522950 or 12220316. OLE color: 12220316.
HSL color Cylindrical-coordinate representation of color #9C77BA: hue angle of 273.13º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C77BA is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 119 | 186 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.27 |
| HSL | 273.13º | 0.33% | 0.6% | - |
| HSV(B) | 273.13º | 0.36% | 0.73% | - |
| XYZ | 29.17 | 23.81 | 49.51 | - |
| YUV | 137.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 186 | 0.16 | 0.36 | 0 | 0.27 | 273.13 | 0.33 | 0.6 |
| Hex | 9C | 77 | BA | 10 | 24 | 0 | 1B | 111 | 21 | 3C |
| Octal | 234 | 167 | 272 | 20 | 44 | 0 | 33 | 421 | 41 | 74 |
| Binary | 10011100 | 1110111 | 10111010 | 10000 | 100100 | 0 | 11011 | 100010001 | 100001 | 111100 |
Color Harmonies of #9C77BA
Complementary color
Monochromatic Colors of #9C77BA
Black with #9C77BA
Text Example
Text Example
White with #9C77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C77BA; }
p { color: rgb(156,119,186); }
H1.HeaderClassName
{
color: #9C77BA;
}
.AnyTagClassName
{
color: #9C77BA;
}
</style>
background-color css
<style>
a { background-color: #9C77BA; }
a { background-color: rgb(156,119,186); }
div.DivClassName
{
background-color: #9C77BA;
}
.BgClassName
{
background-color: #9C77BA;
}
</style>
border-color css
<style>
span { border-color: #9C77BA; }
span { border-color: rgb(156,119,186); }
td.TdClassName
{
border-color: #9C77BA;
}
.TagClassName
{
border-color: #9C77BA;
}
</style>