Html Css Color HEX #977ABB Purple Mountain's Majesty
📋 copy color: '#977ABB'red 151 ◦ green 122 ◦ blue 187
Shades of Purple Mountain's Majesty #977ABB
Tints of Purple Mountain's Majesty #977ABB
RGB
CMYK
RGB Variations
Color information
#977ABB (or 0x977ABB) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7A and BB. RGB value is (151,122,187). Sum of RGB (Red+Green+Blue) = 151+122+187=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #977ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ABB is #688544. Grayscale: #898989. Windows color (decimal): -6849861 or 12286615. OLE color: 12286615.
HSL color Cylindrical-coordinate representation of color #977ABB: hue angle of 266.77º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #977ABB is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 122 | 187 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.27 |
| HSL | 266.77º | 0.32% | 0.61% | - |
| HSV(B) | 266.77º | 0.35% | 0.73% | - |
| XYZ | 28.69 | 24.09 | 50.15 | - |
| YUV | 138.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 187 | 0.19 | 0.35 | 0 | 0.27 | 266.77 | 0.32 | 0.61 |
| Hex | 97 | 7A | BB | 13 | 23 | 0 | 1B | 10B | 20 | 3D |
| Octal | 227 | 172 | 273 | 23 | 43 | 0 | 33 | 413 | 40 | 75 |
| Binary | 10010111 | 1111010 | 10111011 | 10011 | 100011 | 0 | 11011 | 100001011 | 100000 | 111101 |
Color Harmonies of #977ABB
Complementary color
Monochromatic Colors of #977ABB
Black with #977ABB
Text Example
Text Example
White with #977ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977ABB; }
p { color: rgb(151,122,187); }
H1.HeaderClassName
{
color: #977ABB;
}
.AnyTagClassName
{
color: #977ABB;
}
</style>
background-color css
<style>
a { background-color: #977ABB; }
a { background-color: rgb(151,122,187); }
div.DivClassName
{
background-color: #977ABB;
}
.BgClassName
{
background-color: #977ABB;
}
</style>
border-color css
<style>
span { border-color: #977ABB; }
span { border-color: rgb(151,122,187); }
td.TdClassName
{
border-color: #977ABB;
}
.TagClassName
{
border-color: #977ABB;
}
</style>