Html Css Color HEX #957CBA Purple Mountain's Majesty
📋 copy color: '#957CBA'red 149 ◦ green 124 ◦ blue 186
Shades of Purple Mountain's Majesty #957CBA
Tints of Purple Mountain's Majesty #957CBA
RGB
CMYK
RGB Variations
Color information
#957CBA (or 0x957CBA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7C and BA. RGB value is (149,124,186). Sum of RGB (Red+Green+Blue) = 149+124+186=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #957CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CBA is #6A8345. Grayscale: #8A8A8A. Windows color (decimal): -6980422 or 12221589. OLE color: 12221589.
HSL color Cylindrical-coordinate representation of color #957CBA: hue angle of 264.19º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #957CBA is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 124 | 186 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.27 |
| HSL | 264.19º | 0.31% | 0.61% | - |
| HSV(B) | 264.19º | 0.33% | 0.73% | - |
| XYZ | 28.47 | 24.35 | 49.65 | - |
| YUV | 138.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 186 | 0.20 | 0.33 | 0 | 0.27 | 264.19 | 0.31 | 0.61 |
| Hex | 95 | 7C | BA | 14 | 21 | 0 | 1B | 108 | 1F | 3D |
| Octal | 225 | 174 | 272 | 24 | 41 | 0 | 33 | 410 | 37 | 75 |
| Binary | 10010101 | 1111100 | 10111010 | 10100 | 100001 | 0 | 11011 | 100001000 | 11111 | 111101 |
Color Harmonies of #957CBA
Complementary color
Monochromatic Colors of #957CBA
Black with #957CBA
Text Example
Text Example
White with #957CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CBA; }
p { color: rgb(149,124,186); }
H1.HeaderClassName
{
color: #957CBA;
}
.AnyTagClassName
{
color: #957CBA;
}
</style>
background-color css
<style>
a { background-color: #957CBA; }
a { background-color: rgb(149,124,186); }
div.DivClassName
{
background-color: #957CBA;
}
.BgClassName
{
background-color: #957CBA;
}
</style>
border-color css
<style>
span { border-color: #957CBA; }
span { border-color: rgb(149,124,186); }
td.TdClassName
{
border-color: #957CBA;
}
.TagClassName
{
border-color: #957CBA;
}
</style>