Html Css Color HEX #957AAE Purple Mountain's Majesty
📋 copy color: '#957AAE'red 149 ◦ green 122 ◦ blue 174
Shades of Purple Mountain's Majesty #957AAE
Tints of Purple Mountain's Majesty #957AAE
RGB
CMYK
RGB Variations
Color information
#957AAE (or 0x957AAE) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7A and AE. RGB value is (149,122,174). Sum of RGB (Red+Green+Blue) = 149+122+174=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #957AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957AAE is #6A8551. Grayscale: #878787. Windows color (decimal): -6980946 or 11434645. OLE color: 11434645.
HSL color Cylindrical-coordinate representation of color #957AAE: hue angle of 271.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #957AAE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 122 | 174 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.32 |
| HSL | 271.15º | 0.24% | 0.58% | - |
| HSV(B) | 271.15º | 0.3% | 0.68% | - |
| XYZ | 26.99 | 23.36 | 43.13 | - |
| YUV | 136 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 174 | 0.14 | 0.30 | 0 | 0.32 | 271.15 | 0.24 | 0.58 |
| Hex | 95 | 7A | AE | E | 1E | 0 | 20 | 10F | 18 | 3A |
| Octal | 225 | 172 | 256 | 16 | 36 | 0 | 40 | 417 | 30 | 72 |
| Binary | 10010101 | 1111010 | 10101110 | 1110 | 11110 | 0 | 100000 | 100001111 | 11000 | 111010 |
Color Harmonies of #957AAE
Complementary color
Monochromatic Colors of #957AAE
Black with #957AAE
Text Example
Text Example
White with #957AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957AAE; }
p { color: rgb(149,122,174); }
H1.HeaderClassName
{
color: #957AAE;
}
.AnyTagClassName
{
color: #957AAE;
}
</style>
background-color css
<style>
a { background-color: #957AAE; }
a { background-color: rgb(149,122,174); }
div.DivClassName
{
background-color: #957AAE;
}
.BgClassName
{
background-color: #957AAE;
}
</style>
border-color css
<style>
span { border-color: #957AAE; }
span { border-color: rgb(149,122,174); }
td.TdClassName
{
border-color: #957AAE;
}
.TagClassName
{
border-color: #957AAE;
}
</style>