Html Css Color HEX #957FAA Purple Mountain's Majesty
📋 copy color: '#957FAA'red 149 ◦ green 127 ◦ blue 170
Shades of Purple Mountain's Majesty #957FAA
Tints of Purple Mountain's Majesty #957FAA
RGB
CMYK
RGB Variations
Color information
#957FAA (or 0x957FAA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7F and AA. RGB value is (149,127,170). Sum of RGB (Red+Green+Blue) = 149+127+170=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #957FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957FAA is #6A8055. Grayscale: #8A8A8A. Windows color (decimal): -6979670 or 11173781. OLE color: 11173781.
HSL color Cylindrical-coordinate representation of color #957FAA: hue angle of 270.7º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957FAA is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 127 | 170 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.33 |
| HSL | 270.7º | 0.2% | 0.58% | - |
| HSV(B) | 270.7º | 0.25% | 0.67% | - |
| XYZ | 27.24 | 24.47 | 41.32 | - |
| YUV | 138.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 170 | 0.12 | 0.25 | 0 | 0.33 | 270.7 | 0.2 | 0.58 |
| Hex | 95 | 7F | AA | C | 19 | 0 | 21 | 10F | 14 | 3A |
| Octal | 225 | 177 | 252 | 14 | 31 | 0 | 41 | 417 | 24 | 72 |
| Binary | 10010101 | 1111111 | 10101010 | 1100 | 11001 | 0 | 100001 | 100001111 | 10100 | 111010 |
Color Harmonies of #957FAA
Complementary color
Monochromatic Colors of #957FAA
Black with #957FAA
Text Example
Text Example
White with #957FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FAA; }
p { color: rgb(149,127,170); }
H1.HeaderClassName
{
color: #957FAA;
}
.AnyTagClassName
{
color: #957FAA;
}
</style>
background-color css
<style>
a { background-color: #957FAA; }
a { background-color: rgb(149,127,170); }
div.DivClassName
{
background-color: #957FAA;
}
.BgClassName
{
background-color: #957FAA;
}
</style>
border-color css
<style>
span { border-color: #957FAA; }
span { border-color: rgb(149,127,170); }
td.TdClassName
{
border-color: #957FAA;
}
.TagClassName
{
border-color: #957FAA;
}
</style>