Html Css Color HEX #957BAE Purple Mountain's Majesty
📋 copy color: '#957BAE'red 149 ◦ green 123 ◦ blue 174
Shades of Purple Mountain's Majesty #957BAE
Tints of Purple Mountain's Majesty #957BAE
RGB
CMYK
RGB Variations
Color information
#957BAE (or 0x957BAE) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7B and AE. RGB value is (149,123,174). Sum of RGB (Red+Green+Blue) = 149+123+174=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #957BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957BAE is #6A8451. Grayscale: #888888. Windows color (decimal): -6980690 or 11434901. OLE color: 11434901.
HSL color Cylindrical-coordinate representation of color #957BAE: hue angle of 270.59º 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 #957BAE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 123 | 174 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.32 |
| HSL | 270.59º | 0.24% | 0.58% | - |
| HSV(B) | 270.59º | 0.29% | 0.68% | - |
| XYZ | 27.12 | 23.61 | 43.17 | - |
| YUV | 136.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 174 | 0.14 | 0.29 | 0 | 0.32 | 270.59 | 0.24 | 0.58 |
| Hex | 95 | 7B | AE | E | 1D | 0 | 20 | 10F | 18 | 3A |
| Octal | 225 | 173 | 256 | 16 | 35 | 0 | 40 | 417 | 30 | 72 |
| Binary | 10010101 | 1111011 | 10101110 | 1110 | 11101 | 0 | 100000 | 100001111 | 11000 | 111010 |
Color Harmonies of #957BAE
Complementary color
Monochromatic Colors of #957BAE
Black with #957BAE
Text Example
Text Example
White with #957BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957BAE; }
p { color: rgb(149,123,174); }
H1.HeaderClassName
{
color: #957BAE;
}
.AnyTagClassName
{
color: #957BAE;
}
</style>
background-color css
<style>
a { background-color: #957BAE; }
a { background-color: rgb(149,123,174); }
div.DivClassName
{
background-color: #957BAE;
}
.BgClassName
{
background-color: #957BAE;
}
</style>
border-color css
<style>
span { border-color: #957BAE; }
span { border-color: rgb(149,123,174); }
td.TdClassName
{
border-color: #957BAE;
}
.TagClassName
{
border-color: #957BAE;
}
</style>