Html Css Color HEX #9D7EBE Purple Mountain's Majesty
📋 copy color: '#9D7EBE'red 157 ◦ green 126 ◦ blue 190
Shades of Purple Mountain's Majesty #9D7EBE
Tints of Purple Mountain's Majesty #9D7EBE
RGB
CMYK
RGB Variations
Color information
#9D7EBE (or 0x9D7EBE) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 7E and BE. RGB value is (157,126,190). Sum of RGB (Red+Green+Blue) = 157+126+190=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D7EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7EBE is #628141. Grayscale: #8E8E8E. Windows color (decimal): -6455618 or 12484253. OLE color: 12484253.
HSL color Cylindrical-coordinate representation of color #9D7EBE: hue angle of 269.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D7EBE is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 126 | 190 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.25 |
| HSL | 269.06º | 0.33% | 0.62% | - |
| HSV(B) | 269.06º | 0.34% | 0.75% | - |
| XYZ | 30.66 | 25.81 | 52.08 | - |
| YUV | 142.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 190 | 0.17 | 0.34 | 0 | 0.25 | 269.06 | 0.33 | 0.62 |
| Hex | 9D | 7E | BE | 11 | 22 | 0 | 19 | 10D | 21 | 3E |
| Octal | 235 | 176 | 276 | 21 | 42 | 0 | 31 | 415 | 41 | 76 |
| Binary | 10011101 | 1111110 | 10111110 | 10001 | 100010 | 0 | 11001 | 100001101 | 100001 | 111110 |
Color Harmonies of #9D7EBE
Complementary color
Monochromatic Colors of #9D7EBE
Black with #9D7EBE
Text Example
Text Example
White with #9D7EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7EBE; }
p { color: rgb(157,126,190); }
H1.HeaderClassName
{
color: #9D7EBE;
}
.AnyTagClassName
{
color: #9D7EBE;
}
</style>
background-color css
<style>
a { background-color: #9D7EBE; }
a { background-color: rgb(157,126,190); }
div.DivClassName
{
background-color: #9D7EBE;
}
.BgClassName
{
background-color: #9D7EBE;
}
</style>
border-color css
<style>
span { border-color: #9D7EBE; }
span { border-color: rgb(157,126,190); }
td.TdClassName
{
border-color: #9D7EBE;
}
.TagClassName
{
border-color: #9D7EBE;
}
</style>