Html Css Color HEX #957CBE Purple Mountain's Majesty
📋 copy color: '#957CBE'red 149 ◦ green 124 ◦ blue 190
Shades of Purple Mountain's Majesty #957CBE
Tints of Purple Mountain's Majesty #957CBE
RGB
CMYK
RGB Variations
Color information
#957CBE (or 0x957CBE) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7C and BE. RGB value is (149,124,190). Sum of RGB (Red+Green+Blue) = 149+124+190=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #957CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CBE is #6A8341. Grayscale: #8A8A8A. Windows color (decimal): -6980418 or 12483733. OLE color: 12483733.
HSL color Cylindrical-coordinate representation of color #957CBE: hue angle of 262.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957CBE is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 124 | 190 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.25 |
| HSL | 262.73º | 0.34% | 0.62% | - |
| HSV(B) | 262.73º | 0.35% | 0.75% | - |
| XYZ | 28.9 | 24.52 | 51.93 | - |
| YUV | 139 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 190 | 0.22 | 0.35 | 0 | 0.25 | 262.73 | 0.34 | 0.62 |
| Hex | 95 | 7C | BE | 16 | 23 | 0 | 19 | 107 | 22 | 3E |
| Octal | 225 | 174 | 276 | 26 | 43 | 0 | 31 | 407 | 42 | 76 |
| Binary | 10010101 | 1111100 | 10111110 | 10110 | 100011 | 0 | 11001 | 100000111 | 100010 | 111110 |
Color Harmonies of #957CBE
Complementary color
Monochromatic Colors of #957CBE
Black with #957CBE
Text Example
Text Example
White with #957CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CBE; }
p { color: rgb(149,124,190); }
H1.HeaderClassName
{
color: #957CBE;
}
.AnyTagClassName
{
color: #957CBE;
}
</style>
background-color css
<style>
a { background-color: #957CBE; }
a { background-color: rgb(149,124,190); }
div.DivClassName
{
background-color: #957CBE;
}
.BgClassName
{
background-color: #957CBE;
}
</style>
border-color css
<style>
span { border-color: #957CBE; }
span { border-color: rgb(149,124,190); }
td.TdClassName
{
border-color: #957CBE;
}
.TagClassName
{
border-color: #957CBE;
}
</style>