Html Css Color HEX #9772BA Purple Mountain's Majesty
📋 copy color: '#9772BA'red 151 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #9772BA
Tints of Purple Mountain's Majesty #9772BA
RGB
CMYK
RGB Variations
Color information
#9772BA (or 0x9772BA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 72 and BA. RGB value is (151,114,186). Sum of RGB (Red+Green+Blue) = 151+114+186=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #9772BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9772BA is #688D45. Grayscale: #858585. Windows color (decimal): -6851910 or 12219031. OLE color: 12219031.
HSL color Cylindrical-coordinate representation of color #9772BA: hue angle of 270.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9772BA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 114 | 186 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.27 |
| HSL | 270.83º | 0.34% | 0.59% | - |
| HSV(B) | 270.83º | 0.39% | 0.73% | - |
| XYZ | 27.64 | 22.16 | 49.27 | - |
| YUV | 133.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 114 | 186 | 0.19 | 0.39 | 0 | 0.27 | 270.83 | 0.34 | 0.59 |
| Hex | 97 | 72 | BA | 13 | 27 | 0 | 1B | 10F | 22 | 3B |
| Octal | 227 | 162 | 272 | 23 | 47 | 0 | 33 | 417 | 42 | 73 |
| Binary | 10010111 | 1110010 | 10111010 | 10011 | 100111 | 0 | 11011 | 100001111 | 100010 | 111011 |
Color Harmonies of #9772BA
Complementary color
Monochromatic Colors of #9772BA
Black with #9772BA
Text Example
Text Example
White with #9772BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9772BA; }
p { color: rgb(151,114,186); }
H1.HeaderClassName
{
color: #9772BA;
}
.AnyTagClassName
{
color: #9772BA;
}
</style>
background-color css
<style>
a { background-color: #9772BA; }
a { background-color: rgb(151,114,186); }
div.DivClassName
{
background-color: #9772BA;
}
.BgClassName
{
background-color: #9772BA;
}
</style>
border-color css
<style>
span { border-color: #9772BA; }
span { border-color: rgb(151,114,186); }
td.TdClassName
{
border-color: #9772BA;
}
.TagClassName
{
border-color: #9772BA;
}
</style>