Html Css Color HEX #957DB1 Purple Mountain's Majesty
📋 copy color: '#957DB1'red 149 ◦ green 125 ◦ blue 177
Shades of Purple Mountain's Majesty #957DB1
Tints of Purple Mountain's Majesty #957DB1
RGB
CMYK
RGB Variations
Color information
#957DB1 (or 0x957DB1) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7D and B1. RGB value is (149,125,177). Sum of RGB (Red+Green+Blue) = 149+125+177=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 177 - color contains mainly: blue. Hex color #957DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957DB1 is #6A824E. Grayscale: #898989. Windows color (decimal): -6980175 or 11632021. OLE color: 11632021.
HSL color Cylindrical-coordinate representation of color #957DB1: hue angle of 267.69º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #957DB1 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 125 | 177 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.31 |
| HSL | 267.69º | 0.25% | 0.59% | - |
| HSV(B) | 267.69º | 0.29% | 0.69% | - |
| XYZ | 27.66 | 24.23 | 44.81 | - |
| YUV | 138.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 177 | 0.16 | 0.29 | 0 | 0.31 | 267.69 | 0.25 | 0.59 |
| Hex | 95 | 7D | B1 | 10 | 1D | 0 | 1F | 10C | 19 | 3B |
| Octal | 225 | 175 | 261 | 20 | 35 | 0 | 37 | 414 | 31 | 73 |
| Binary | 10010101 | 1111101 | 10110001 | 10000 | 11101 | 0 | 11111 | 100001100 | 11001 | 111011 |
Color Harmonies of #957DB1
Complementary color
Monochromatic Colors of #957DB1
Black with #957DB1
Text Example
Text Example
White with #957DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DB1; }
p { color: rgb(149,125,177); }
H1.HeaderClassName
{
color: #957DB1;
}
.AnyTagClassName
{
color: #957DB1;
}
</style>
background-color css
<style>
a { background-color: #957DB1; }
a { background-color: rgb(149,125,177); }
div.DivClassName
{
background-color: #957DB1;
}
.BgClassName
{
background-color: #957DB1;
}
</style>
border-color css
<style>
span { border-color: #957DB1; }
span { border-color: rgb(149,125,177); }
td.TdClassName
{
border-color: #957DB1;
}
.TagClassName
{
border-color: #957DB1;
}
</style>