Html Css Color HEX #977BAD Purple Mountain's Majesty
📋 copy color: '#977BAD'red 151 ◦ green 123 ◦ blue 173
Shades of Purple Mountain's Majesty #977BAD
Tints of Purple Mountain's Majesty #977BAD
RGB
CMYK
RGB Variations
Color information
#977BAD (or 0x977BAD) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7B and AD. RGB value is (151,123,173). Sum of RGB (Red+Green+Blue) = 151+123+173=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #977BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977BAD is #688452. Grayscale: #888888. Windows color (decimal): -6849619 or 11369367. OLE color: 11369367.
HSL color Cylindrical-coordinate representation of color #977BAD: hue angle of 273.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #977BAD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 123 | 173 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.32 |
| HSL | 273.6º | 0.23% | 0.58% | - |
| HSV(B) | 273.6º | 0.29% | 0.68% | - |
| XYZ | 27.39 | 23.76 | 42.68 | - |
| YUV | 137.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 173 | 0.13 | 0.29 | 0 | 0.32 | 273.6 | 0.23 | 0.58 |
| Hex | 97 | 7B | AD | D | 1D | 0 | 20 | 112 | 17 | 3A |
| Octal | 227 | 173 | 255 | 15 | 35 | 0 | 40 | 422 | 27 | 72 |
| Binary | 10010111 | 1111011 | 10101101 | 1101 | 11101 | 0 | 100000 | 100010010 | 10111 | 111010 |
Color Harmonies of #977BAD
Complementary color
Monochromatic Colors of #977BAD
Black with #977BAD
Text Example
Text Example
White with #977BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BAD; }
p { color: rgb(151,123,173); }
H1.HeaderClassName
{
color: #977BAD;
}
.AnyTagClassName
{
color: #977BAD;
}
</style>
background-color css
<style>
a { background-color: #977BAD; }
a { background-color: rgb(151,123,173); }
div.DivClassName
{
background-color: #977BAD;
}
.BgClassName
{
background-color: #977BAD;
}
</style>
border-color css
<style>
span { border-color: #977BAD; }
span { border-color: rgb(151,123,173); }
td.TdClassName
{
border-color: #977BAD;
}
.TagClassName
{
border-color: #977BAD;
}
</style>