Html Css Color HEX #957DBC Purple Mountain's Majesty
📋 copy color: '#957DBC'red 149 ◦ green 125 ◦ blue 188
Shades of Purple Mountain's Majesty #957DBC
Tints of Purple Mountain's Majesty #957DBC
RGB
CMYK
RGB Variations
Color information
#957DBC (or 0x957DBC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7D and BC. RGB value is (149,125,188). Sum of RGB (Red+Green+Blue) = 149+125+188=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #957DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DBC is #6A8243. Grayscale: #8B8B8B. Windows color (decimal): -6980164 or 12352917. OLE color: 12352917.
HSL color Cylindrical-coordinate representation of color #957DBC: hue angle of 262.86º degrees, saturation: 0.32, 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 #957DBC is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 125 | 188 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.26 |
| HSL | 262.86º | 0.32% | 0.61% | - |
| HSV(B) | 262.86º | 0.34% | 0.74% | - |
| XYZ | 28.81 | 24.69 | 50.82 | - |
| YUV | 139.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 188 | 0.21 | 0.34 | 0 | 0.26 | 262.86 | 0.32 | 0.61 |
| Hex | 95 | 7D | BC | 15 | 22 | 0 | 1A | 107 | 20 | 3D |
| Octal | 225 | 175 | 274 | 25 | 42 | 0 | 32 | 407 | 40 | 75 |
| Binary | 10010101 | 1111101 | 10111100 | 10101 | 100010 | 0 | 11010 | 100000111 | 100000 | 111101 |
Color Harmonies of #957DBC
Complementary color
Monochromatic Colors of #957DBC
Black with #957DBC
Text Example
Text Example
White with #957DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DBC; }
p { color: rgb(149,125,188); }
H1.HeaderClassName
{
color: #957DBC;
}
.AnyTagClassName
{
color: #957DBC;
}
</style>
background-color css
<style>
a { background-color: #957DBC; }
a { background-color: rgb(149,125,188); }
div.DivClassName
{
background-color: #957DBC;
}
.BgClassName
{
background-color: #957DBC;
}
</style>
border-color css
<style>
span { border-color: #957DBC; }
span { border-color: rgb(149,125,188); }
td.TdClassName
{
border-color: #957DBC;
}
.TagClassName
{
border-color: #957DBC;
}
</style>