Html Css Color HEX #9D7BB5 Purple Mountain's Majesty
📋 copy color: '#9D7BB5'red 157 ◦ green 123 ◦ blue 181
Shades of Purple Mountain's Majesty #9D7BB5
Tints of Purple Mountain's Majesty #9D7BB5
RGB
CMYK
RGB Variations
Color information
#9D7BB5 (or 0x9D7BB5) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 7B and B5. RGB value is (157,123,181). Sum of RGB (Red+Green+Blue) = 157+123+181=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #9D7BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7BB5 is #62844A. Grayscale: #8B8B8B. Windows color (decimal): -6456395 or 11893661. OLE color: 11893661.
HSL color Cylindrical-coordinate representation of color #9D7BB5: hue angle of 275.17º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D7BB5 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 123 | 181 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.29 |
| HSL | 275.17º | 0.28% | 0.6% | - |
| HSV(B) | 275.17º | 0.32% | 0.71% | - |
| XYZ | 29.33 | 24.67 | 46.93 | - |
| YUV | 139.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 181 | 0.13 | 0.32 | 0 | 0.29 | 275.17 | 0.28 | 0.6 |
| Hex | 9D | 7B | B5 | D | 20 | 0 | 1D | 113 | 1C | 3C |
| Octal | 235 | 173 | 265 | 15 | 40 | 0 | 35 | 423 | 34 | 74 |
| Binary | 10011101 | 1111011 | 10110101 | 1101 | 100000 | 0 | 11101 | 100010011 | 11100 | 111100 |
Color Harmonies of #9D7BB5
Complementary color
Monochromatic Colors of #9D7BB5
Black with #9D7BB5
Text Example
Text Example
White with #9D7BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7BB5; }
p { color: rgb(157,123,181); }
H1.HeaderClassName
{
color: #9D7BB5;
}
.AnyTagClassName
{
color: #9D7BB5;
}
</style>
background-color css
<style>
a { background-color: #9D7BB5; }
a { background-color: rgb(157,123,181); }
div.DivClassName
{
background-color: #9D7BB5;
}
.BgClassName
{
background-color: #9D7BB5;
}
</style>
border-color css
<style>
span { border-color: #9D7BB5; }
span { border-color: rgb(157,123,181); }
td.TdClassName
{
border-color: #9D7BB5;
}
.TagClassName
{
border-color: #9D7BB5;
}
</style>