Html Css Color HEX #957BBE Purple Mountain's Majesty
📋 copy color: '#957BBE'red 149 ◦ green 123 ◦ blue 190
Shades of Purple Mountain's Majesty #957BBE
Tints of Purple Mountain's Majesty #957BBE
RGB
CMYK
RGB Variations
Color information
#957BBE (or 0x957BBE) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7B and BE. RGB value is (149,123,190). Sum of RGB (Red+Green+Blue) = 149+123+190=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #957BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BBE is #6A8441. Grayscale: #8A8A8A. Windows color (decimal): -6980674 or 12483477. OLE color: 12483477.
HSL color Cylindrical-coordinate representation of color #957BBE: hue angle of 263.28º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957BBE is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 123 | 190 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.25 |
| HSL | 263.28º | 0.34% | 0.61% | - |
| HSV(B) | 263.28º | 0.35% | 0.75% | - |
| XYZ | 28.77 | 24.27 | 51.88 | - |
| YUV | 138.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 190 | 0.22 | 0.35 | 0 | 0.25 | 263.28 | 0.34 | 0.61 |
| Hex | 95 | 7B | BE | 16 | 23 | 0 | 19 | 107 | 22 | 3D |
| Octal | 225 | 173 | 276 | 26 | 43 | 0 | 31 | 407 | 42 | 75 |
| Binary | 10010101 | 1111011 | 10111110 | 10110 | 100011 | 0 | 11001 | 100000111 | 100010 | 111101 |
Color Harmonies of #957BBE
Complementary color
Monochromatic Colors of #957BBE
Black with #957BBE
Text Example
Text Example
White with #957BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957BBE; }
p { color: rgb(149,123,190); }
H1.HeaderClassName
{
color: #957BBE;
}
.AnyTagClassName
{
color: #957BBE;
}
</style>
background-color css
<style>
a { background-color: #957BBE; }
a { background-color: rgb(149,123,190); }
div.DivClassName
{
background-color: #957BBE;
}
.BgClassName
{
background-color: #957BBE;
}
</style>
border-color css
<style>
span { border-color: #957BBE; }
span { border-color: rgb(149,123,190); }
td.TdClassName
{
border-color: #957BBE;
}
.TagClassName
{
border-color: #957BBE;
}
</style>