Html Css Color HEX #957FAE Purple Mountain's Majesty
📋 copy color: '#957FAE'red 149 ◦ green 127 ◦ blue 174
Shades of Purple Mountain's Majesty #957FAE
Tints of Purple Mountain's Majesty #957FAE
RGB
CMYK
RGB Variations
Color information
#957FAE (or 0x957FAE) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7F and AE. RGB value is (149,127,174). Sum of RGB (Red+Green+Blue) = 149+127+174=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #957FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957FAE is #6A8051. Grayscale: #8A8A8A. Windows color (decimal): -6979666 or 11435925. OLE color: 11435925.
HSL color Cylindrical-coordinate representation of color #957FAE: hue angle of 268.09º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #957FAE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 127 | 174 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.32 |
| HSL | 268.09º | 0.22% | 0.59% | - |
| HSV(B) | 268.09º | 0.27% | 0.68% | - |
| XYZ | 27.62 | 24.62 | 43.34 | - |
| YUV | 138.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 174 | 0.14 | 0.27 | 0 | 0.32 | 268.09 | 0.22 | 0.59 |
| Hex | 95 | 7F | AE | E | 1B | 0 | 20 | 10C | 16 | 3B |
| Octal | 225 | 177 | 256 | 16 | 33 | 0 | 40 | 414 | 26 | 73 |
| Binary | 10010101 | 1111111 | 10101110 | 1110 | 11011 | 0 | 100000 | 100001100 | 10110 | 111011 |
Color Harmonies of #957FAE
Complementary color
Monochromatic Colors of #957FAE
Black with #957FAE
Text Example
Text Example
White with #957FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FAE; }
p { color: rgb(149,127,174); }
H1.HeaderClassName
{
color: #957FAE;
}
.AnyTagClassName
{
color: #957FAE;
}
</style>
background-color css
<style>
a { background-color: #957FAE; }
a { background-color: rgb(149,127,174); }
div.DivClassName
{
background-color: #957FAE;
}
.BgClassName
{
background-color: #957FAE;
}
</style>
border-color css
<style>
span { border-color: #957FAE; }
span { border-color: rgb(149,127,174); }
td.TdClassName
{
border-color: #957FAE;
}
.TagClassName
{
border-color: #957FAE;
}
</style>