Html Css Color HEX #9977B4 Purple Mountain's Majesty
📋 copy color: '#9977B4'red 153 ◦ green 119 ◦ blue 180
Shades of Purple Mountain's Majesty #9977B4
Tints of Purple Mountain's Majesty #9977B4
RGB
CMYK
RGB Variations
Color information
#9977B4 (or 0x9977B4) is known color: Purple Mountain's Majesty. HEX triplet: 99, 77 and B4. RGB value is (153,119,180). Sum of RGB (Red+Green+Blue) = 153+119+180=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #9977B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9977B4 is #66884B. Grayscale: #878787. Windows color (decimal): -6719564 or 11827097. OLE color: 11827097.
HSL color Cylindrical-coordinate representation of color #9977B4: hue angle of 273.44º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9977B4 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 119 | 180 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.29 |
| HSL | 273.44º | 0.29% | 0.59% | - |
| HSV(B) | 273.44º | 0.34% | 0.71% | - |
| XYZ | 27.97 | 23.26 | 46.2 | - |
| YUV | 136.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 180 | 0.15 | 0.34 | 0 | 0.29 | 273.44 | 0.29 | 0.59 |
| Hex | 99 | 77 | B4 | F | 22 | 0 | 1D | 111 | 1D | 3B |
| Octal | 231 | 167 | 264 | 17 | 42 | 0 | 35 | 421 | 35 | 73 |
| Binary | 10011001 | 1110111 | 10110100 | 1111 | 100010 | 0 | 11101 | 100010001 | 11101 | 111011 |
Color Harmonies of #9977B4
Complementary color
Monochromatic Colors of #9977B4
Black with #9977B4
Text Example
Text Example
White with #9977B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9977B4; }
p { color: rgb(153,119,180); }
H1.HeaderClassName
{
color: #9977B4;
}
.AnyTagClassName
{
color: #9977B4;
}
</style>
background-color css
<style>
a { background-color: #9977B4; }
a { background-color: rgb(153,119,180); }
div.DivClassName
{
background-color: #9977B4;
}
.BgClassName
{
background-color: #9977B4;
}
</style>
border-color css
<style>
span { border-color: #9977B4; }
span { border-color: rgb(153,119,180); }
td.TdClassName
{
border-color: #9977B4;
}
.TagClassName
{
border-color: #9977B4;
}
</style>