Html Css Color HEX #977AB8 Purple Mountain's Majesty
📋 copy color: '#977AB8'red 151 ◦ green 122 ◦ blue 184
Shades of Purple Mountain's Majesty #977AB8
Tints of Purple Mountain's Majesty #977AB8
RGB
CMYK
RGB Variations
Color information
#977AB8 (or 0x977AB8) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7A and B8. RGB value is (151,122,184). Sum of RGB (Red+Green+Blue) = 151+122+184=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 184 - color contains mainly: blue. Hex color #977AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977AB8 is #688547. Grayscale: #898989. Windows color (decimal): -6849864 or 12090007. OLE color: 12090007.
HSL color Cylindrical-coordinate representation of color #977AB8: hue angle of 268.06º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #977AB8 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 122 | 184 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.28 |
| HSL | 268.06º | 0.3% | 0.6% | - |
| HSV(B) | 268.06º | 0.34% | 0.72% | - |
| XYZ | 28.37 | 23.96 | 48.48 | - |
| YUV | 137.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 184 | 0.18 | 0.34 | 0 | 0.28 | 268.06 | 0.3 | 0.6 |
| Hex | 97 | 7A | B8 | 12 | 22 | 0 | 1C | 10C | 1E | 3C |
| Octal | 227 | 172 | 270 | 22 | 42 | 0 | 34 | 414 | 36 | 74 |
| Binary | 10010111 | 1111010 | 10111000 | 10010 | 100010 | 0 | 11100 | 100001100 | 11110 | 111100 |
Color Harmonies of #977AB8
Complementary color
Monochromatic Colors of #977AB8
Black with #977AB8
Text Example
Text Example
White with #977AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977AB8; }
p { color: rgb(151,122,184); }
H1.HeaderClassName
{
color: #977AB8;
}
.AnyTagClassName
{
color: #977AB8;
}
</style>
background-color css
<style>
a { background-color: #977AB8; }
a { background-color: rgb(151,122,184); }
div.DivClassName
{
background-color: #977AB8;
}
.BgClassName
{
background-color: #977AB8;
}
</style>
border-color css
<style>
span { border-color: #977AB8; }
span { border-color: rgb(151,122,184); }
td.TdClassName
{
border-color: #977AB8;
}
.TagClassName
{
border-color: #977AB8;
}
</style>