Html Css Color HEX #957DB2 Purple Mountain's Majesty
📋 copy color: '#957DB2'red 149 ◦ green 125 ◦ blue 178
Shades of Purple Mountain's Majesty #957DB2
Tints of Purple Mountain's Majesty #957DB2
RGB
CMYK
RGB Variations
Color information
#957DB2 (or 0x957DB2) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7D and B2. RGB value is (149,125,178). Sum of RGB (Red+Green+Blue) = 149+125+178=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 178 - color contains mainly: blue. Hex color #957DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957DB2 is #6A824D. Grayscale: #8A8A8A. Windows color (decimal): -6980174 or 11697557. OLE color: 11697557.
HSL color Cylindrical-coordinate representation of color #957DB2: hue angle of 267.17º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #957DB2 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 125 | 178 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.30 |
| HSL | 267.17º | 0.26% | 0.59% | - |
| HSV(B) | 267.17º | 0.3% | 0.7% | - |
| XYZ | 27.76 | 24.27 | 45.34 | - |
| YUV | 138.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 178 | 0.16 | 0.30 | 0 | 0.30 | 267.17 | 0.26 | 0.59 |
| Hex | 95 | 7D | B2 | 10 | 1E | 0 | 1E | 10B | 1A | 3B |
| Octal | 225 | 175 | 262 | 20 | 36 | 0 | 36 | 413 | 32 | 73 |
| Binary | 10010101 | 1111101 | 10110010 | 10000 | 11110 | 0 | 11110 | 100001011 | 11010 | 111011 |
Color Harmonies of #957DB2
Complementary color
Monochromatic Colors of #957DB2
Black with #957DB2
Text Example
Text Example
White with #957DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DB2; }
p { color: rgb(149,125,178); }
H1.HeaderClassName
{
color: #957DB2;
}
.AnyTagClassName
{
color: #957DB2;
}
</style>
background-color css
<style>
a { background-color: #957DB2; }
a { background-color: rgb(149,125,178); }
div.DivClassName
{
background-color: #957DB2;
}
.BgClassName
{
background-color: #957DB2;
}
</style>
border-color css
<style>
span { border-color: #957DB2; }
span { border-color: rgb(149,125,178); }
td.TdClassName
{
border-color: #957DB2;
}
.TagClassName
{
border-color: #957DB2;
}
</style>