Html Css Color HEX #977FBC Purple Mountain's Majesty
📋 copy color: '#977FBC'red 151 ◦ green 127 ◦ blue 188
Shades of Purple Mountain's Majesty #977FBC
Tints of Purple Mountain's Majesty #977FBC
RGB
CMYK
RGB Variations
Color information
#977FBC (or 0x977FBC) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7F and BC. RGB value is (151,127,188). Sum of RGB (Red+Green+Blue) = 151+127+188=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #977FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FBC is #688043. Grayscale: #8C8C8C. Windows color (decimal): -6848580 or 12353431. OLE color: 12353431.
HSL color Cylindrical-coordinate representation of color #977FBC: hue angle of 263.61º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977FBC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 127 | 188 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.26 |
| HSL | 263.61º | 0.31% | 0.62% | - |
| HSV(B) | 263.61º | 0.32% | 0.74% | - |
| XYZ | 29.43 | 25.39 | 50.93 | - |
| YUV | 141.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 188 | 0.20 | 0.32 | 0 | 0.26 | 263.61 | 0.31 | 0.62 |
| Hex | 97 | 7F | BC | 14 | 20 | 0 | 1A | 108 | 1F | 3E |
| Octal | 227 | 177 | 274 | 24 | 40 | 0 | 32 | 410 | 37 | 76 |
| Binary | 10010111 | 1111111 | 10111100 | 10100 | 100000 | 0 | 11010 | 100001000 | 11111 | 111110 |
Color Harmonies of #977FBC
Complementary color
Monochromatic Colors of #977FBC
Black with #977FBC
Text Example
Text Example
White with #977FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FBC; }
p { color: rgb(151,127,188); }
H1.HeaderClassName
{
color: #977FBC;
}
.AnyTagClassName
{
color: #977FBC;
}
</style>
background-color css
<style>
a { background-color: #977FBC; }
a { background-color: rgb(151,127,188); }
div.DivClassName
{
background-color: #977FBC;
}
.BgClassName
{
background-color: #977FBC;
}
</style>
border-color css
<style>
span { border-color: #977FBC; }
span { border-color: rgb(151,127,188); }
td.TdClassName
{
border-color: #977FBC;
}
.TagClassName
{
border-color: #977FBC;
}
</style>