Html Css Color HEX #9E7EBD Purple Mountain's Majesty
📋 copy color: '#9E7EBD'red 158 ◦ green 126 ◦ blue 189
Shades of Purple Mountain's Majesty #9E7EBD
Tints of Purple Mountain's Majesty #9E7EBD
RGB
CMYK
RGB Variations
Color information
#9E7EBD (or 0x9E7EBD) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7E and BD. RGB value is (158,126,189). Sum of RGB (Red+Green+Blue) = 158+126+189=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E7EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7EBD is #618142. Grayscale: #8E8E8E. Windows color (decimal): -6390083 or 12418718. OLE color: 12418718.
HSL color Cylindrical-coordinate representation of color #9E7EBD: hue angle of 270.48º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E7EBD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 126 | 189 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.26 |
| HSL | 270.48º | 0.32% | 0.62% | - |
| HSV(B) | 270.48º | 0.33% | 0.74% | - |
| XYZ | 30.75 | 25.86 | 51.52 | - |
| YUV | 142.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 126 | 189 | 0.16 | 0.33 | 0 | 0.26 | 270.48 | 0.32 | 0.62 |
| Hex | 9E | 7E | BD | 10 | 21 | 0 | 1A | 10E | 20 | 3E |
| Octal | 236 | 176 | 275 | 20 | 41 | 0 | 32 | 416 | 40 | 76 |
| Binary | 10011110 | 1111110 | 10111101 | 10000 | 100001 | 0 | 11010 | 100001110 | 100000 | 111110 |
Color Harmonies of #9E7EBD
Complementary color
Monochromatic Colors of #9E7EBD
Black with #9E7EBD
Text Example
Text Example
White with #9E7EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7EBD; }
p { color: rgb(158,126,189); }
H1.HeaderClassName
{
color: #9E7EBD;
}
.AnyTagClassName
{
color: #9E7EBD;
}
</style>
background-color css
<style>
a { background-color: #9E7EBD; }
a { background-color: rgb(158,126,189); }
div.DivClassName
{
background-color: #9E7EBD;
}
.BgClassName
{
background-color: #9E7EBD;
}
</style>
border-color css
<style>
span { border-color: #9E7EBD; }
span { border-color: rgb(158,126,189); }
td.TdClassName
{
border-color: #9E7EBD;
}
.TagClassName
{
border-color: #9E7EBD;
}
</style>