Html Css Color HEX #9C77BE Purple Mountain's Majesty
📋 copy color: '#9C77BE'red 156 ◦ green 119 ◦ blue 190
Shades of Purple Mountain's Majesty #9C77BE
Tints of Purple Mountain's Majesty #9C77BE
RGB
CMYK
RGB Variations
Color information
#9C77BE (or 0x9C77BE) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 77 and BE. RGB value is (156,119,190). Sum of RGB (Red+Green+Blue) = 156+119+190=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C77BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C77BE is #638841. Grayscale: #898989. Windows color (decimal): -6522946 or 12482460. OLE color: 12482460.
HSL color Cylindrical-coordinate representation of color #9C77BE: hue angle of 271.27º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C77BE is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 119 | 190 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.25 |
| HSL | 271.27º | 0.35% | 0.61% | - |
| HSV(B) | 271.27º | 0.37% | 0.75% | - |
| XYZ | 29.6 | 23.98 | 51.78 | - |
| YUV | 138.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 190 | 0.18 | 0.37 | 0 | 0.25 | 271.27 | 0.35 | 0.61 |
| Hex | 9C | 77 | BE | 12 | 25 | 0 | 19 | 10F | 23 | 3D |
| Octal | 234 | 167 | 276 | 22 | 45 | 0 | 31 | 417 | 43 | 75 |
| Binary | 10011100 | 1110111 | 10111110 | 10010 | 100101 | 0 | 11001 | 100001111 | 100011 | 111101 |
Color Harmonies of #9C77BE
Complementary color
Monochromatic Colors of #9C77BE
Black with #9C77BE
Text Example
Text Example
White with #9C77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C77BE; }
p { color: rgb(156,119,190); }
H1.HeaderClassName
{
color: #9C77BE;
}
.AnyTagClassName
{
color: #9C77BE;
}
</style>
background-color css
<style>
a { background-color: #9C77BE; }
a { background-color: rgb(156,119,190); }
div.DivClassName
{
background-color: #9C77BE;
}
.BgClassName
{
background-color: #9C77BE;
}
</style>
border-color css
<style>
span { border-color: #9C77BE; }
span { border-color: rgb(156,119,190); }
td.TdClassName
{
border-color: #9C77BE;
}
.TagClassName
{
border-color: #9C77BE;
}
</style>