Html Css Color HEX #977CB9 Purple Mountain's Majesty
📋 copy color: '#977CB9'red 151 ◦ green 124 ◦ blue 185
Shades of Purple Mountain's Majesty #977CB9
Tints of Purple Mountain's Majesty #977CB9
RGB
CMYK
RGB Variations
Color information
#977CB9 (or 0x977CB9) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7C and B9. RGB value is (151,124,185). Sum of RGB (Red+Green+Blue) = 151+124+185=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 185 - color contains mainly: blue. Hex color #977CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CB9 is #688346. Grayscale: #8A8A8A. Windows color (decimal): -6849351 or 12156055. OLE color: 12156055.
HSL color Cylindrical-coordinate representation of color #977CB9: hue angle of 266.56º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #977CB9 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 124 | 185 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.27 |
| HSL | 266.56º | 0.3% | 0.61% | - |
| HSV(B) | 266.56º | 0.33% | 0.73% | - |
| XYZ | 28.73 | 24.5 | 49.11 | - |
| YUV | 139.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 185 | 0.18 | 0.33 | 0 | 0.27 | 266.56 | 0.3 | 0.61 |
| Hex | 97 | 7C | B9 | 12 | 21 | 0 | 1B | 10B | 1E | 3D |
| Octal | 227 | 174 | 271 | 22 | 41 | 0 | 33 | 413 | 36 | 75 |
| Binary | 10010111 | 1111100 | 10111001 | 10010 | 100001 | 0 | 11011 | 100001011 | 11110 | 111101 |
Color Harmonies of #977CB9
Complementary color
Monochromatic Colors of #977CB9
Black with #977CB9
Text Example
Text Example
White with #977CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977CB9; }
p { color: rgb(151,124,185); }
H1.HeaderClassName
{
color: #977CB9;
}
.AnyTagClassName
{
color: #977CB9;
}
</style>
background-color css
<style>
a { background-color: #977CB9; }
a { background-color: rgb(151,124,185); }
div.DivClassName
{
background-color: #977CB9;
}
.BgClassName
{
background-color: #977CB9;
}
</style>
border-color css
<style>
span { border-color: #977CB9; }
span { border-color: rgb(151,124,185); }
td.TdClassName
{
border-color: #977CB9;
}
.TagClassName
{
border-color: #977CB9;
}
</style>