Html Css Color HEX #9D7CB5 Purple Mountain's Majesty
📋 copy color: '#9D7CB5'red 157 ◦ green 124 ◦ blue 181
Shades of Purple Mountain's Majesty #9D7CB5
Tints of Purple Mountain's Majesty #9D7CB5
RGB
CMYK
RGB Variations
Color information
#9D7CB5 (or 0x9D7CB5) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 7C and B5. RGB value is (157,124,181). Sum of RGB (Red+Green+Blue) = 157+124+181=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 181 - color contains mainly: blue. Hex color #9D7CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7CB5 is #62834A. Grayscale: #8C8C8C. Windows color (decimal): -6456139 or 11893917. OLE color: 11893917.
HSL color Cylindrical-coordinate representation of color #9D7CB5: hue angle of 274.74º 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 #9D7CB5 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 124 | 181 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.29 |
| HSL | 274.74º | 0.28% | 0.6% | - |
| HSV(B) | 274.74º | 0.31% | 0.71% | - |
| XYZ | 29.45 | 24.92 | 46.97 | - |
| YUV | 140.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 181 | 0.13 | 0.31 | 0 | 0.29 | 274.74 | 0.28 | 0.6 |
| Hex | 9D | 7C | B5 | D | 1F | 0 | 1D | 113 | 1C | 3C |
| Octal | 235 | 174 | 265 | 15 | 37 | 0 | 35 | 423 | 34 | 74 |
| Binary | 10011101 | 1111100 | 10110101 | 1101 | 11111 | 0 | 11101 | 100010011 | 11100 | 111100 |
Color Harmonies of #9D7CB5
Complementary color
Monochromatic Colors of #9D7CB5
Black with #9D7CB5
Text Example
Text Example
White with #9D7CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7CB5; }
p { color: rgb(157,124,181); }
H1.HeaderClassName
{
color: #9D7CB5;
}
.AnyTagClassName
{
color: #9D7CB5;
}
</style>
background-color css
<style>
a { background-color: #9D7CB5; }
a { background-color: rgb(157,124,181); }
div.DivClassName
{
background-color: #9D7CB5;
}
.BgClassName
{
background-color: #9D7CB5;
}
</style>
border-color css
<style>
span { border-color: #9D7CB5; }
span { border-color: rgb(157,124,181); }
td.TdClassName
{
border-color: #9D7CB5;
}
.TagClassName
{
border-color: #9D7CB5;
}
</style>