Html Css Color HEX #977BBB Purple Mountain's Majesty
📋 copy color: '#977BBB'red 151 ◦ green 123 ◦ blue 187
Shades of Purple Mountain's Majesty #977BBB
Tints of Purple Mountain's Majesty #977BBB
RGB
CMYK
RGB Variations
Color information
#977BBB (or 0x977BBB) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7B and BB. RGB value is (151,123,187). Sum of RGB (Red+Green+Blue) = 151+123+187=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #977BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BBB is #688444. Grayscale: #8A8A8A. Windows color (decimal): -6849605 or 12286871. OLE color: 12286871.
HSL color Cylindrical-coordinate representation of color #977BBB: hue angle of 266.25º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #977BBB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 123 | 187 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.27 |
| HSL | 266.25º | 0.32% | 0.61% | - |
| HSV(B) | 266.25º | 0.34% | 0.73% | - |
| XYZ | 28.82 | 24.33 | 50.19 | - |
| YUV | 138.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 187 | 0.19 | 0.34 | 0 | 0.27 | 266.25 | 0.32 | 0.61 |
| Hex | 97 | 7B | BB | 13 | 22 | 0 | 1B | 10A | 20 | 3D |
| Octal | 227 | 173 | 273 | 23 | 42 | 0 | 33 | 412 | 40 | 75 |
| Binary | 10010111 | 1111011 | 10111011 | 10011 | 100010 | 0 | 11011 | 100001010 | 100000 | 111101 |
Color Harmonies of #977BBB
Complementary color
Monochromatic Colors of #977BBB
Black with #977BBB
Text Example
Text Example
White with #977BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BBB; }
p { color: rgb(151,123,187); }
H1.HeaderClassName
{
color: #977BBB;
}
.AnyTagClassName
{
color: #977BBB;
}
</style>
background-color css
<style>
a { background-color: #977BBB; }
a { background-color: rgb(151,123,187); }
div.DivClassName
{
background-color: #977BBB;
}
.BgClassName
{
background-color: #977BBB;
}
</style>
border-color css
<style>
span { border-color: #977BBB; }
span { border-color: rgb(151,123,187); }
td.TdClassName
{
border-color: #977BBB;
}
.TagClassName
{
border-color: #977BBB;
}
</style>