Html Css Color HEX #9C77BB Purple Mountain's Majesty
📋 copy color: '#9C77BB'red 156 ◦ green 119 ◦ blue 187
Shades of Purple Mountain's Majesty #9C77BB
Tints of Purple Mountain's Majesty #9C77BB
RGB
CMYK
RGB Variations
Color information
#9C77BB (or 0x9C77BB) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 77 and BB. RGB value is (156,119,187). Sum of RGB (Red+Green+Blue) = 156+119+187=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C77BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C77BB is #638844. Grayscale: #898989. Windows color (decimal): -6522949 or 12285852. OLE color: 12285852.
HSL color Cylindrical-coordinate representation of color #9C77BB: hue angle of 272.65º 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 #9C77BB is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 119 | 187 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.27 |
| HSL | 272.65º | 0.33% | 0.6% | - |
| HSV(B) | 272.65º | 0.36% | 0.73% | - |
| XYZ | 29.28 | 23.85 | 50.07 | - |
| YUV | 137.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 187 | 0.17 | 0.36 | 0 | 0.27 | 272.65 | 0.33 | 0.6 |
| Hex | 9C | 77 | BB | 11 | 24 | 0 | 1B | 111 | 21 | 3C |
| Octal | 234 | 167 | 273 | 21 | 44 | 0 | 33 | 421 | 41 | 74 |
| Binary | 10011100 | 1110111 | 10111011 | 10001 | 100100 | 0 | 11011 | 100010001 | 100001 | 111100 |
Color Harmonies of #9C77BB
Complementary color
Monochromatic Colors of #9C77BB
Black with #9C77BB
Text Example
Text Example
White with #9C77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C77BB; }
p { color: rgb(156,119,187); }
H1.HeaderClassName
{
color: #9C77BB;
}
.AnyTagClassName
{
color: #9C77BB;
}
</style>
background-color css
<style>
a { background-color: #9C77BB; }
a { background-color: rgb(156,119,187); }
div.DivClassName
{
background-color: #9C77BB;
}
.BgClassName
{
background-color: #9C77BB;
}
</style>
border-color css
<style>
span { border-color: #9C77BB; }
span { border-color: rgb(156,119,187); }
td.TdClassName
{
border-color: #9C77BB;
}
.TagClassName
{
border-color: #9C77BB;
}
</style>