Html Css Color HEX #977FBB Purple Mountain's Majesty
📋 copy color: '#977FBB'red 151 ◦ green 127 ◦ blue 187
Shades of Purple Mountain's Majesty #977FBB
Tints of Purple Mountain's Majesty #977FBB
RGB
CMYK
RGB Variations
Color information
#977FBB (or 0x977FBB) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7F and BB. RGB value is (151,127,187). Sum of RGB (Red+Green+Blue) = 151+127+187=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #977FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FBB is #688044. Grayscale: #8C8C8C. Windows color (decimal): -6848581 or 12287895. OLE color: 12287895.
HSL color Cylindrical-coordinate representation of color #977FBB: hue angle of 264º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977FBB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 127 | 187 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.27 |
| HSL | 264º | 0.31% | 0.62% | - |
| HSV(B) | 264º | 0.32% | 0.73% | - |
| XYZ | 29.32 | 25.35 | 50.36 | - |
| YUV | 141.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 187 | 0.19 | 0.32 | 0 | 0.27 | 264 | 0.31 | 0.62 |
| Hex | 97 | 7F | BB | 13 | 20 | 0 | 1B | 108 | 1F | 3E |
| Octal | 227 | 177 | 273 | 23 | 40 | 0 | 33 | 410 | 37 | 76 |
| Binary | 10010111 | 1111111 | 10111011 | 10011 | 100000 | 0 | 11011 | 100001000 | 11111 | 111110 |
Color Harmonies of #977FBB
Complementary color
Monochromatic Colors of #977FBB
Black with #977FBB
Text Example
Text Example
White with #977FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FBB; }
p { color: rgb(151,127,187); }
H1.HeaderClassName
{
color: #977FBB;
}
.AnyTagClassName
{
color: #977FBB;
}
</style>
background-color css
<style>
a { background-color: #977FBB; }
a { background-color: rgb(151,127,187); }
div.DivClassName
{
background-color: #977FBB;
}
.BgClassName
{
background-color: #977FBB;
}
</style>
border-color css
<style>
span { border-color: #977FBB; }
span { border-color: rgb(151,127,187); }
td.TdClassName
{
border-color: #977FBB;
}
.TagClassName
{
border-color: #977FBB;
}
</style>