Html Css Color HEX #9771B2 Purple Mountain's Majesty
📋 copy color: '#9771B2'red 151 ◦ green 113 ◦ blue 178
Shades of Purple Mountain's Majesty #9771B2
Tints of Purple Mountain's Majesty #9771B2
RGB
CMYK
RGB Variations
Color information
#9771B2 (or 0x9771B2) is known color: Purple Mountain's Majesty. HEX triplet: 97, 71 and B2. RGB value is (151,113,178). Sum of RGB (Red+Green+Blue) = 151+113+178=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 178 - color contains mainly: blue. Hex color #9771B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9771B2 is #688E4D. Grayscale: #838383. Windows color (decimal): -6852174 or 11694487. OLE color: 11694487.
HSL color Cylindrical-coordinate representation of color #9771B2: hue angle of 275.08º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9771B2 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 113 | 178 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.30 |
| HSL | 275.08º | 0.3% | 0.57% | - |
| HSV(B) | 275.08º | 0.37% | 0.7% | - |
| XYZ | 26.7 | 21.6 | 44.88 | - |
| YUV | 131.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 178 | 0.15 | 0.37 | 0 | 0.30 | 275.08 | 0.3 | 0.57 |
| Hex | 97 | 71 | B2 | F | 25 | 0 | 1E | 113 | 1E | 39 |
| Octal | 227 | 161 | 262 | 17 | 45 | 0 | 36 | 423 | 36 | 71 |
| Binary | 10010111 | 1110001 | 10110010 | 1111 | 100101 | 0 | 11110 | 100010011 | 11110 | 111001 |
Color Harmonies of #9771B2
Complementary color
Monochromatic Colors of #9771B2
Black with #9771B2
Text Example
Text Example
White with #9771B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9771B2; }
p { color: rgb(151,113,178); }
H1.HeaderClassName
{
color: #9771B2;
}
.AnyTagClassName
{
color: #9771B2;
}
</style>
background-color css
<style>
a { background-color: #9771B2; }
a { background-color: rgb(151,113,178); }
div.DivClassName
{
background-color: #9771B2;
}
.BgClassName
{
background-color: #9771B2;
}
</style>
border-color css
<style>
span { border-color: #9771B2; }
span { border-color: rgb(151,113,178); }
td.TdClassName
{
border-color: #9771B2;
}
.TagClassName
{
border-color: #9771B2;
}
</style>