Html Css Color HEX #957CAE Purple Mountain's Majesty
📋 copy color: '#957CAE'red 149 ◦ green 124 ◦ blue 174
Shades of Purple Mountain's Majesty #957CAE
Tints of Purple Mountain's Majesty #957CAE
RGB
CMYK
RGB Variations
Color information
#957CAE (or 0x957CAE) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7C and AE. RGB value is (149,124,174). Sum of RGB (Red+Green+Blue) = 149+124+174=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #957CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957CAE is #6A8351. Grayscale: #898989. Windows color (decimal): -6980434 or 11435157. OLE color: 11435157.
HSL color Cylindrical-coordinate representation of color #957CAE: hue angle of 270º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #957CAE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 124 | 174 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.32 |
| HSL | 270º | 0.24% | 0.58% | - |
| HSV(B) | 270º | 0.29% | 0.68% | - |
| XYZ | 27.24 | 23.86 | 43.21 | - |
| YUV | 137.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 174 | 0.14 | 0.29 | 0 | 0.32 | 270 | 0.24 | 0.58 |
| Hex | 95 | 7C | AE | E | 1D | 0 | 20 | 10E | 18 | 3A |
| Octal | 225 | 174 | 256 | 16 | 35 | 0 | 40 | 416 | 30 | 72 |
| Binary | 10010101 | 1111100 | 10101110 | 1110 | 11101 | 0 | 100000 | 100001110 | 11000 | 111010 |
Color Harmonies of #957CAE
Complementary color
Monochromatic Colors of #957CAE
Black with #957CAE
Text Example
Text Example
White with #957CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CAE; }
p { color: rgb(149,124,174); }
H1.HeaderClassName
{
color: #957CAE;
}
.AnyTagClassName
{
color: #957CAE;
}
</style>
background-color css
<style>
a { background-color: #957CAE; }
a { background-color: rgb(149,124,174); }
div.DivClassName
{
background-color: #957CAE;
}
.BgClassName
{
background-color: #957CAE;
}
</style>
border-color css
<style>
span { border-color: #957CAE; }
span { border-color: rgb(149,124,174); }
td.TdClassName
{
border-color: #957CAE;
}
.TagClassName
{
border-color: #957CAE;
}
</style>