Html Css Color HEX #957AB9 Purple Mountain's Majesty
📋 copy color: '#957AB9'red 149 ◦ green 122 ◦ blue 185
Shades of Purple Mountain's Majesty #957AB9
Tints of Purple Mountain's Majesty #957AB9
RGB
CMYK
RGB Variations
Color information
#957AB9 (or 0x957AB9) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7A and B9. RGB value is (149,122,185). Sum of RGB (Red+Green+Blue) = 149+122+185=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 185 - color contains mainly: blue. Hex color #957AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957AB9 is #6A8546. Grayscale: #898989. Windows color (decimal): -6980935 or 12155541. OLE color: 12155541.
HSL color Cylindrical-coordinate representation of color #957AB9: hue angle of 265.71º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #957AB9 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 122 | 185 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.27 |
| HSL | 265.71º | 0.31% | 0.6% | - |
| HSV(B) | 265.71º | 0.34% | 0.73% | - |
| XYZ | 28.11 | 23.81 | 49.01 | - |
| YUV | 137.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 185 | 0.19 | 0.34 | 0 | 0.27 | 265.71 | 0.31 | 0.6 |
| Hex | 95 | 7A | B9 | 13 | 22 | 0 | 1B | 10A | 1F | 3C |
| Octal | 225 | 172 | 271 | 23 | 42 | 0 | 33 | 412 | 37 | 74 |
| Binary | 10010101 | 1111010 | 10111001 | 10011 | 100010 | 0 | 11011 | 100001010 | 11111 | 111100 |
Color Harmonies of #957AB9
Complementary color
Monochromatic Colors of #957AB9
Black with #957AB9
Text Example
Text Example
White with #957AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957AB9; }
p { color: rgb(149,122,185); }
H1.HeaderClassName
{
color: #957AB9;
}
.AnyTagClassName
{
color: #957AB9;
}
</style>
background-color css
<style>
a { background-color: #957AB9; }
a { background-color: rgb(149,122,185); }
div.DivClassName
{
background-color: #957AB9;
}
.BgClassName
{
background-color: #957AB9;
}
</style>
border-color css
<style>
span { border-color: #957AB9; }
span { border-color: rgb(149,122,185); }
td.TdClassName
{
border-color: #957AB9;
}
.TagClassName
{
border-color: #957AB9;
}
</style>