Html Css Color HEX #957FAF Purple Mountain's Majesty
📋 copy color: '#957FAF'red 149 ◦ green 127 ◦ blue 175
Shades of Purple Mountain's Majesty #957FAF
Tints of Purple Mountain's Majesty #957FAF
RGB
CMYK
RGB Variations
Color information
#957FAF (or 0x957FAF) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7F and AF. RGB value is (149,127,175). Sum of RGB (Red+Green+Blue) = 149+127+175=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #957FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957FAF is #6A8050. Grayscale: #8A8A8A. Windows color (decimal): -6979665 or 11501461. OLE color: 11501461.
HSL color Cylindrical-coordinate representation of color #957FAF: hue angle of 267.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #957FAF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 127 | 175 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.31 |
| HSL | 267.5º | 0.23% | 0.59% | - |
| HSV(B) | 267.5º | 0.27% | 0.69% | - |
| XYZ | 27.72 | 24.66 | 43.86 | - |
| YUV | 139.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 175 | 0.15 | 0.27 | 0 | 0.31 | 267.5 | 0.23 | 0.59 |
| Hex | 95 | 7F | AF | F | 1B | 0 | 1F | 10C | 17 | 3B |
| Octal | 225 | 177 | 257 | 17 | 33 | 0 | 37 | 414 | 27 | 73 |
| Binary | 10010101 | 1111111 | 10101111 | 1111 | 11011 | 0 | 11111 | 100001100 | 10111 | 111011 |
Color Harmonies of #957FAF
Complementary color
Monochromatic Colors of #957FAF
Black with #957FAF
Text Example
Text Example
White with #957FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FAF; }
p { color: rgb(149,127,175); }
H1.HeaderClassName
{
color: #957FAF;
}
.AnyTagClassName
{
color: #957FAF;
}
</style>
background-color css
<style>
a { background-color: #957FAF; }
a { background-color: rgb(149,127,175); }
div.DivClassName
{
background-color: #957FAF;
}
.BgClassName
{
background-color: #957FAF;
}
</style>
border-color css
<style>
span { border-color: #957FAF; }
span { border-color: rgb(149,127,175); }
td.TdClassName
{
border-color: #957FAF;
}
.TagClassName
{
border-color: #957FAF;
}
</style>