Html Css Color HEX #9771B6 Purple Mountain's Majesty
📋 copy color: '#9771B6'red 151 ◦ green 113 ◦ blue 182
Shades of Purple Mountain's Majesty #9771B6
Tints of Purple Mountain's Majesty #9771B6
RGB
CMYK
RGB Variations
Color information
#9771B6 (or 0x9771B6) is known color: Purple Mountain's Majesty. HEX triplet: 97, 71 and B6. RGB value is (151,113,182). Sum of RGB (Red+Green+Blue) = 151+113+182=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #9771B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9771B6 is #688E49. Grayscale: #838383. Windows color (decimal): -6852170 or 11956631. OLE color: 11956631.
HSL color Cylindrical-coordinate representation of color #9771B6: hue angle of 273.04º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9771B6 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 113 | 182 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.29 |
| HSL | 273.04º | 0.32% | 0.58% | - |
| HSV(B) | 273.04º | 0.38% | 0.71% | - |
| XYZ | 27.11 | 21.77 | 47.03 | - |
| YUV | 132.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 182 | 0.17 | 0.38 | 0 | 0.29 | 273.04 | 0.32 | 0.58 |
| Hex | 97 | 71 | B6 | 11 | 26 | 0 | 1D | 111 | 20 | 3A |
| Octal | 227 | 161 | 266 | 21 | 46 | 0 | 35 | 421 | 40 | 72 |
| Binary | 10010111 | 1110001 | 10110110 | 10001 | 100110 | 0 | 11101 | 100010001 | 100000 | 111010 |
Color Harmonies of #9771B6
Complementary color
Monochromatic Colors of #9771B6
Black with #9771B6
Text Example
Text Example
White with #9771B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9771B6; }
p { color: rgb(151,113,182); }
H1.HeaderClassName
{
color: #9771B6;
}
.AnyTagClassName
{
color: #9771B6;
}
</style>
background-color css
<style>
a { background-color: #9771B6; }
a { background-color: rgb(151,113,182); }
div.DivClassName
{
background-color: #9771B6;
}
.BgClassName
{
background-color: #9771B6;
}
</style>
border-color css
<style>
span { border-color: #9771B6; }
span { border-color: rgb(151,113,182); }
td.TdClassName
{
border-color: #9771B6;
}
.TagClassName
{
border-color: #9771B6;
}
</style>