Html Css Color HEX #977BBA Purple Mountain's Majesty
📋 copy color: '#977BBA'red 151 ◦ green 123 ◦ blue 186
Shades of Purple Mountain's Majesty #977BBA
Tints of Purple Mountain's Majesty #977BBA
RGB
CMYK
RGB Variations
Color information
#977BBA (or 0x977BBA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7B and BA. RGB value is (151,123,186). Sum of RGB (Red+Green+Blue) = 151+123+186=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #977BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BBA is #688445. Grayscale: #8A8A8A. Windows color (decimal): -6849606 or 12221335. OLE color: 12221335.
HSL color Cylindrical-coordinate representation of color #977BBA: hue angle of 266.67º degrees, saturation: 0.31, 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 #977BBA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 123 | 186 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.27 |
| HSL | 266.67º | 0.31% | 0.61% | - |
| HSV(B) | 266.67º | 0.34% | 0.73% | - |
| XYZ | 28.71 | 24.29 | 49.63 | - |
| YUV | 138.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 186 | 0.19 | 0.34 | 0 | 0.27 | 266.67 | 0.31 | 0.61 |
| Hex | 97 | 7B | BA | 13 | 22 | 0 | 1B | 10B | 1F | 3D |
| Octal | 227 | 173 | 272 | 23 | 42 | 0 | 33 | 413 | 37 | 75 |
| Binary | 10010111 | 1111011 | 10111010 | 10011 | 100010 | 0 | 11011 | 100001011 | 11111 | 111101 |
Color Harmonies of #977BBA
Complementary color
Monochromatic Colors of #977BBA
Black with #977BBA
Text Example
Text Example
White with #977BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BBA; }
p { color: rgb(151,123,186); }
H1.HeaderClassName
{
color: #977BBA;
}
.AnyTagClassName
{
color: #977BBA;
}
</style>
background-color css
<style>
a { background-color: #977BBA; }
a { background-color: rgb(151,123,186); }
div.DivClassName
{
background-color: #977BBA;
}
.BgClassName
{
background-color: #977BBA;
}
</style>
border-color css
<style>
span { border-color: #977BBA; }
span { border-color: rgb(151,123,186); }
td.TdClassName
{
border-color: #977BBA;
}
.TagClassName
{
border-color: #977BBA;
}
</style>