Html Css Color HEX #957EBC Purple Mountain's Majesty
📋 copy color: '#957EBC'red 149 ◦ green 126 ◦ blue 188
Shades of Purple Mountain's Majesty #957EBC
Tints of Purple Mountain's Majesty #957EBC
RGB
CMYK
RGB Variations
Color information
#957EBC (or 0x957EBC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7E and BC. RGB value is (149,126,188). Sum of RGB (Red+Green+Blue) = 149+126+188=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #957EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EBC is #6A8143. Grayscale: #8B8B8B. Windows color (decimal): -6979908 or 12353173. OLE color: 12353173.
HSL color Cylindrical-coordinate representation of color #957EBC: hue angle of 262.26º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #957EBC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 126 | 188 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.26 |
| HSL | 262.26º | 0.32% | 0.62% | - |
| HSV(B) | 262.26º | 0.33% | 0.74% | - |
| XYZ | 28.93 | 24.94 | 50.87 | - |
| YUV | 139.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 188 | 0.21 | 0.33 | 0 | 0.26 | 262.26 | 0.32 | 0.62 |
| Hex | 95 | 7E | BC | 15 | 21 | 0 | 1A | 106 | 20 | 3E |
| Octal | 225 | 176 | 274 | 25 | 41 | 0 | 32 | 406 | 40 | 76 |
| Binary | 10010101 | 1111110 | 10111100 | 10101 | 100001 | 0 | 11010 | 100000110 | 100000 | 111110 |
Color Harmonies of #957EBC
Complementary color
Monochromatic Colors of #957EBC
Black with #957EBC
Text Example
Text Example
White with #957EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957EBC; }
p { color: rgb(149,126,188); }
H1.HeaderClassName
{
color: #957EBC;
}
.AnyTagClassName
{
color: #957EBC;
}
</style>
background-color css
<style>
a { background-color: #957EBC; }
a { background-color: rgb(149,126,188); }
div.DivClassName
{
background-color: #957EBC;
}
.BgClassName
{
background-color: #957EBC;
}
</style>
border-color css
<style>
span { border-color: #957EBC; }
span { border-color: rgb(149,126,188); }
td.TdClassName
{
border-color: #957EBC;
}
.TagClassName
{
border-color: #957EBC;
}
</style>