Html Css Color HEX #957DB6 Purple Mountain's Majesty
📋 copy color: '#957DB6'red 149 ◦ green 125 ◦ blue 182
Shades of Purple Mountain's Majesty #957DB6
Tints of Purple Mountain's Majesty #957DB6
RGB
CMYK
RGB Variations
Color information
#957DB6 (or 0x957DB6) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7D and B6. RGB value is (149,125,182). Sum of RGB (Red+Green+Blue) = 149+125+182=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 182 - color contains mainly: blue. Hex color #957DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DB6 is #6A8249. Grayscale: #8A8A8A. Windows color (decimal): -6980170 or 11959701. OLE color: 11959701.
HSL color Cylindrical-coordinate representation of color #957DB6: hue angle of 265.26º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #957DB6 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 125 | 182 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.29 |
| HSL | 265.26º | 0.28% | 0.6% | - |
| HSV(B) | 265.26º | 0.31% | 0.71% | - |
| XYZ | 28.17 | 24.43 | 47.49 | - |
| YUV | 138.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 182 | 0.18 | 0.31 | 0 | 0.29 | 265.26 | 0.28 | 0.6 |
| Hex | 95 | 7D | B6 | 12 | 1F | 0 | 1D | 109 | 1C | 3C |
| Octal | 225 | 175 | 266 | 22 | 37 | 0 | 35 | 411 | 34 | 74 |
| Binary | 10010101 | 1111101 | 10110110 | 10010 | 11111 | 0 | 11101 | 100001001 | 11100 | 111100 |
Color Harmonies of #957DB6
Complementary color
Monochromatic Colors of #957DB6
Black with #957DB6
Text Example
Text Example
White with #957DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957DB6; }
p { color: rgb(149,125,182); }
H1.HeaderClassName
{
color: #957DB6;
}
.AnyTagClassName
{
color: #957DB6;
}
</style>
background-color css
<style>
a { background-color: #957DB6; }
a { background-color: rgb(149,125,182); }
div.DivClassName
{
background-color: #957DB6;
}
.BgClassName
{
background-color: #957DB6;
}
</style>
border-color css
<style>
span { border-color: #957DB6; }
span { border-color: rgb(149,125,182); }
td.TdClassName
{
border-color: #957DB6;
}
.TagClassName
{
border-color: #957DB6;
}
</style>