Html Css Color HEX #957FB8 Purple Mountain's Majesty
📋 copy color: '#957FB8'red 149 ◦ green 127 ◦ blue 184
Shades of Purple Mountain's Majesty #957FB8
Tints of Purple Mountain's Majesty #957FB8
RGB
CMYK
RGB Variations
Color information
#957FB8 (or 0x957FB8) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7F and B8. RGB value is (149,127,184). Sum of RGB (Red+Green+Blue) = 149+127+184=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 184 - color contains mainly: blue. Hex color #957FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FB8 is #6A8047. Grayscale: #8B8B8B. Windows color (decimal): -6979656 or 12091285. OLE color: 12091285.
HSL color Cylindrical-coordinate representation of color #957FB8: hue angle of 263.16º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #957FB8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 127 | 184 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.28 |
| HSL | 263.16º | 0.29% | 0.61% | - |
| HSV(B) | 263.16º | 0.31% | 0.72% | - |
| XYZ | 28.64 | 25.03 | 48.67 | - |
| YUV | 140.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 184 | 0.19 | 0.31 | 0 | 0.28 | 263.16 | 0.29 | 0.61 |
| Hex | 95 | 7F | B8 | 13 | 1F | 0 | 1C | 107 | 1D | 3D |
| Octal | 225 | 177 | 270 | 23 | 37 | 0 | 34 | 407 | 35 | 75 |
| Binary | 10010101 | 1111111 | 10111000 | 10011 | 11111 | 0 | 11100 | 100000111 | 11101 | 111101 |
Color Harmonies of #957FB8
Complementary color
Monochromatic Colors of #957FB8
Black with #957FB8
Text Example
Text Example
White with #957FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FB8; }
p { color: rgb(149,127,184); }
H1.HeaderClassName
{
color: #957FB8;
}
.AnyTagClassName
{
color: #957FB8;
}
</style>
background-color css
<style>
a { background-color: #957FB8; }
a { background-color: rgb(149,127,184); }
div.DivClassName
{
background-color: #957FB8;
}
.BgClassName
{
background-color: #957FB8;
}
</style>
border-color css
<style>
span { border-color: #957FB8; }
span { border-color: rgb(149,127,184); }
td.TdClassName
{
border-color: #957FB8;
}
.TagClassName
{
border-color: #957FB8;
}
</style>