Html Css Color HEX #957FAC Purple Mountain's Majesty
📋 copy color: '#957FAC'red 149 ◦ green 127 ◦ blue 172
Shades of Purple Mountain's Majesty #957FAC
Tints of Purple Mountain's Majesty #957FAC
RGB
CMYK
RGB Variations
Color information
#957FAC (or 0x957FAC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7F and AC. RGB value is (149,127,172). Sum of RGB (Red+Green+Blue) = 149+127+172=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #957FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957FAC is #6A8053. Grayscale: #8A8A8A. Windows color (decimal): -6979668 or 11304853. OLE color: 11304853.
HSL color Cylindrical-coordinate representation of color #957FAC: hue angle of 269.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #957FAC is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 127 | 172 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.33 |
| HSL | 269.33º | 0.21% | 0.59% | - |
| HSV(B) | 269.33º | 0.26% | 0.67% | - |
| XYZ | 27.43 | 24.55 | 42.32 | - |
| YUV | 138.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 172 | 0.13 | 0.26 | 0 | 0.33 | 269.33 | 0.21 | 0.59 |
| Hex | 95 | 7F | AC | D | 1A | 0 | 21 | 10D | 15 | 3B |
| Octal | 225 | 177 | 254 | 15 | 32 | 0 | 41 | 415 | 25 | 73 |
| Binary | 10010101 | 1111111 | 10101100 | 1101 | 11010 | 0 | 100001 | 100001101 | 10101 | 111011 |
Color Harmonies of #957FAC
Complementary color
Monochromatic Colors of #957FAC
Black with #957FAC
Text Example
Text Example
White with #957FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FAC; }
p { color: rgb(149,127,172); }
H1.HeaderClassName
{
color: #957FAC;
}
.AnyTagClassName
{
color: #957FAC;
}
</style>
background-color css
<style>
a { background-color: #957FAC; }
a { background-color: rgb(149,127,172); }
div.DivClassName
{
background-color: #957FAC;
}
.BgClassName
{
background-color: #957FAC;
}
</style>
border-color css
<style>
span { border-color: #957FAC; }
span { border-color: rgb(149,127,172); }
td.TdClassName
{
border-color: #957FAC;
}
.TagClassName
{
border-color: #957FAC;
}
</style>