Html Css Color HEX #9D77B4 Purple Mountain's Majesty
📋 copy color: '#9D77B4'red 157 ◦ green 119 ◦ blue 180
Shades of Purple Mountain's Majesty #9D77B4
Tints of Purple Mountain's Majesty #9D77B4
RGB
CMYK
RGB Variations
Color information
#9D77B4 (or 0x9D77B4) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 77 and B4. RGB value is (157,119,180). Sum of RGB (Red+Green+Blue) = 157+119+180=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #9D77B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D77B4 is #62884B. Grayscale: #898989. Windows color (decimal): -6457420 or 11827101. OLE color: 11827101.
HSL color Cylindrical-coordinate representation of color #9D77B4: hue angle of 277.38º 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 #9D77B4 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 119 | 180 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.29 |
| HSL | 277.38º | 0.29% | 0.59% | - |
| HSV(B) | 277.38º | 0.34% | 0.71% | - |
| XYZ | 28.74 | 23.66 | 46.23 | - |
| YUV | 137.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 180 | 0.13 | 0.34 | 0 | 0.29 | 277.38 | 0.29 | 0.59 |
| Hex | 9D | 77 | B4 | D | 22 | 0 | 1D | 115 | 1D | 3B |
| Octal | 235 | 167 | 264 | 15 | 42 | 0 | 35 | 425 | 35 | 73 |
| Binary | 10011101 | 1110111 | 10110100 | 1101 | 100010 | 0 | 11101 | 100010101 | 11101 | 111011 |
Color Harmonies of #9D77B4
Complementary color
Monochromatic Colors of #9D77B4
Black with #9D77B4
Text Example
Text Example
White with #9D77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D77B4; }
p { color: rgb(157,119,180); }
H1.HeaderClassName
{
color: #9D77B4;
}
.AnyTagClassName
{
color: #9D77B4;
}
</style>
background-color css
<style>
a { background-color: #9D77B4; }
a { background-color: rgb(157,119,180); }
div.DivClassName
{
background-color: #9D77B4;
}
.BgClassName
{
background-color: #9D77B4;
}
</style>
border-color css
<style>
span { border-color: #9D77B4; }
span { border-color: rgb(157,119,180); }
td.TdClassName
{
border-color: #9D77B4;
}
.TagClassName
{
border-color: #9D77B4;
}
</style>