Html Css Color HEX #957BBD Purple Mountain's Majesty
📋 copy color: '#957BBD'red 149 ◦ green 123 ◦ blue 189
Shades of Purple Mountain's Majesty #957BBD
Tints of Purple Mountain's Majesty #957BBD
RGB
CMYK
RGB Variations
Color information
#957BBD (or 0x957BBD) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7B and BD. RGB value is (149,123,189). Sum of RGB (Red+Green+Blue) = 149+123+189=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #957BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BBD is #6A8442. Grayscale: #8A8A8A. Windows color (decimal): -6980675 or 12417941. OLE color: 12417941.
HSL color Cylindrical-coordinate representation of color #957BBD: hue angle of 263.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957BBD is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 123 | 189 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.26 |
| HSL | 263.64º | 0.33% | 0.61% | - |
| HSV(B) | 263.64º | 0.35% | 0.74% | - |
| XYZ | 28.66 | 24.23 | 51.31 | - |
| YUV | 138.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 189 | 0.21 | 0.35 | 0 | 0.26 | 263.64 | 0.33 | 0.61 |
| Hex | 95 | 7B | BD | 15 | 23 | 0 | 1A | 108 | 21 | 3D |
| Octal | 225 | 173 | 275 | 25 | 43 | 0 | 32 | 410 | 41 | 75 |
| Binary | 10010101 | 1111011 | 10111101 | 10101 | 100011 | 0 | 11010 | 100001000 | 100001 | 111101 |
Color Harmonies of #957BBD
Complementary color
Monochromatic Colors of #957BBD
Black with #957BBD
Text Example
Text Example
White with #957BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957BBD; }
p { color: rgb(149,123,189); }
H1.HeaderClassName
{
color: #957BBD;
}
.AnyTagClassName
{
color: #957BBD;
}
</style>
background-color css
<style>
a { background-color: #957BBD; }
a { background-color: rgb(149,123,189); }
div.DivClassName
{
background-color: #957BBD;
}
.BgClassName
{
background-color: #957BBD;
}
</style>
border-color css
<style>
span { border-color: #957BBD; }
span { border-color: rgb(149,123,189); }
td.TdClassName
{
border-color: #957BBD;
}
.TagClassName
{
border-color: #957BBD;
}
</style>