Html Css Color HEX #977DBF Purple Mountain's Majesty
📋 copy color: '#977DBF'red 151 ◦ green 125 ◦ blue 191
Shades of Purple Mountain's Majesty #977DBF
Tints of Purple Mountain's Majesty #977DBF
RGB
CMYK
RGB Variations
Color information
#977DBF (or 0x977DBF) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7D and BF. RGB value is (151,125,191). Sum of RGB (Red+Green+Blue) = 151+125+191=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #977DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DBF is #688240. Grayscale: #8C8C8C. Windows color (decimal): -6849089 or 12549527. OLE color: 12549527.
HSL color Cylindrical-coordinate representation of color #977DBF: hue angle of 263.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #977DBF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 125 | 191 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.25 |
| HSL | 263.64º | 0.34% | 0.62% | - |
| HSV(B) | 263.64º | 0.35% | 0.75% | - |
| XYZ | 29.5 | 25.01 | 52.56 | - |
| YUV | 140.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 191 | 0.21 | 0.35 | 0 | 0.25 | 263.64 | 0.34 | 0.62 |
| Hex | 97 | 7D | BF | 15 | 23 | 0 | 19 | 108 | 22 | 3E |
| Octal | 227 | 175 | 277 | 25 | 43 | 0 | 31 | 410 | 42 | 76 |
| Binary | 10010111 | 1111101 | 10111111 | 10101 | 100011 | 0 | 11001 | 100001000 | 100010 | 111110 |
Color Harmonies of #977DBF
Complementary color
Monochromatic Colors of #977DBF
Black with #977DBF
Text Example
Text Example
White with #977DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DBF; }
p { color: rgb(151,125,191); }
H1.HeaderClassName
{
color: #977DBF;
}
.AnyTagClassName
{
color: #977DBF;
}
</style>
background-color css
<style>
a { background-color: #977DBF; }
a { background-color: rgb(151,125,191); }
div.DivClassName
{
background-color: #977DBF;
}
.BgClassName
{
background-color: #977DBF;
}
</style>
border-color css
<style>
span { border-color: #977DBF; }
span { border-color: rgb(151,125,191); }
td.TdClassName
{
border-color: #977DBF;
}
.TagClassName
{
border-color: #977DBF;
}
</style>