Html Css Color HEX #957CBD Purple Mountain's Majesty
📋 copy color: '#957CBD'red 149 ◦ green 124 ◦ blue 189
Shades of Purple Mountain's Majesty #957CBD
Tints of Purple Mountain's Majesty #957CBD
RGB
CMYK
RGB Variations
Color information
#957CBD (or 0x957CBD) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7C and BD. RGB value is (149,124,189). Sum of RGB (Red+Green+Blue) = 149+124+189=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #957CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CBD is #6A8342. Grayscale: #8A8A8A. Windows color (decimal): -6980419 or 12418197. OLE color: 12418197.
HSL color Cylindrical-coordinate representation of color #957CBD: hue angle of 263.08º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #957CBD is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 124 | 189 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.26 |
| HSL | 263.08º | 0.33% | 0.61% | - |
| HSV(B) | 263.08º | 0.34% | 0.74% | - |
| XYZ | 28.79 | 24.48 | 51.35 | - |
| YUV | 138.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 189 | 0.21 | 0.34 | 0 | 0.26 | 263.08 | 0.33 | 0.61 |
| Hex | 95 | 7C | BD | 15 | 22 | 0 | 1A | 107 | 21 | 3D |
| Octal | 225 | 174 | 275 | 25 | 42 | 0 | 32 | 407 | 41 | 75 |
| Binary | 10010101 | 1111100 | 10111101 | 10101 | 100010 | 0 | 11010 | 100000111 | 100001 | 111101 |
Color Harmonies of #957CBD
Complementary color
Monochromatic Colors of #957CBD
Black with #957CBD
Text Example
Text Example
White with #957CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957CBD; }
p { color: rgb(149,124,189); }
H1.HeaderClassName
{
color: #957CBD;
}
.AnyTagClassName
{
color: #957CBD;
}
</style>
background-color css
<style>
a { background-color: #957CBD; }
a { background-color: rgb(149,124,189); }
div.DivClassName
{
background-color: #957CBD;
}
.BgClassName
{
background-color: #957CBD;
}
</style>
border-color css
<style>
span { border-color: #957CBD; }
span { border-color: rgb(149,124,189); }
td.TdClassName
{
border-color: #957CBD;
}
.TagClassName
{
border-color: #957CBD;
}
</style>