Html Css Color HEX #977EBA Purple Mountain's Majesty
📋 copy color: '#977EBA'red 151 ◦ green 126 ◦ blue 186
Shades of Purple Mountain's Majesty #977EBA
Tints of Purple Mountain's Majesty #977EBA
RGB
CMYK
RGB Variations
Color information
#977EBA (or 0x977EBA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7E and BA. RGB value is (151,126,186). Sum of RGB (Red+Green+Blue) = 151+126+186=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #977EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EBA is #688145. Grayscale: #8C8C8C. Windows color (decimal): -6848838 or 12222103. OLE color: 12222103.
HSL color Cylindrical-coordinate representation of color #977EBA: hue angle of 265º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977EBA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 126 | 186 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.27 |
| HSL | 265º | 0.3% | 0.61% | - |
| HSV(B) | 265º | 0.32% | 0.73% | - |
| XYZ | 29.09 | 25.05 | 49.76 | - |
| YUV | 140.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 186 | 0.19 | 0.32 | 0 | 0.27 | 265 | 0.3 | 0.61 |
| Hex | 97 | 7E | BA | 13 | 20 | 0 | 1B | 109 | 1E | 3D |
| Octal | 227 | 176 | 272 | 23 | 40 | 0 | 33 | 411 | 36 | 75 |
| Binary | 10010111 | 1111110 | 10111010 | 10011 | 100000 | 0 | 11011 | 100001001 | 11110 | 111101 |
Color Harmonies of #977EBA
Complementary color
Monochromatic Colors of #977EBA
Black with #977EBA
Text Example
Text Example
White with #977EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977EBA; }
p { color: rgb(151,126,186); }
H1.HeaderClassName
{
color: #977EBA;
}
.AnyTagClassName
{
color: #977EBA;
}
</style>
background-color css
<style>
a { background-color: #977EBA; }
a { background-color: rgb(151,126,186); }
div.DivClassName
{
background-color: #977EBA;
}
.BgClassName
{
background-color: #977EBA;
}
</style>
border-color css
<style>
span { border-color: #977EBA; }
span { border-color: rgb(151,126,186); }
td.TdClassName
{
border-color: #977EBA;
}
.TagClassName
{
border-color: #977EBA;
}
</style>