Html Css Color HEX #9E7DB9 Purple Mountain's Majesty
📋 copy color: '#9E7DB9'red 158 ◦ green 125 ◦ blue 185
Shades of Purple Mountain's Majesty #9E7DB9
Tints of Purple Mountain's Majesty #9E7DB9
RGB
CMYK
RGB Variations
Color information
#9E7DB9 (or 0x9E7DB9) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7D and B9. RGB value is (158,125,185). Sum of RGB (Red+Green+Blue) = 158+125+185=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #9E7DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7DB9 is #618246. Grayscale: #8D8D8D. Windows color (decimal): -6390343 or 12156318. OLE color: 12156318.
HSL color Cylindrical-coordinate representation of color #9E7DB9: hue angle of 273º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E7DB9 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 125 | 185 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.27 |
| HSL | 273º | 0.3% | 0.61% | - |
| HSV(B) | 273º | 0.32% | 0.73% | - |
| XYZ | 30.19 | 25.44 | 49.22 | - |
| YUV | 141.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 185 | 0.15 | 0.32 | 0 | 0.27 | 273 | 0.3 | 0.61 |
| Hex | 9E | 7D | B9 | F | 20 | 0 | 1B | 111 | 1E | 3D |
| Octal | 236 | 175 | 271 | 17 | 40 | 0 | 33 | 421 | 36 | 75 |
| Binary | 10011110 | 1111101 | 10111001 | 1111 | 100000 | 0 | 11011 | 100010001 | 11110 | 111101 |
Color Harmonies of #9E7DB9
Complementary color
Monochromatic Colors of #9E7DB9
Black with #9E7DB9
Text Example
Text Example
White with #9E7DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7DB9; }
p { color: rgb(158,125,185); }
H1.HeaderClassName
{
color: #9E7DB9;
}
.AnyTagClassName
{
color: #9E7DB9;
}
</style>
background-color css
<style>
a { background-color: #9E7DB9; }
a { background-color: rgb(158,125,185); }
div.DivClassName
{
background-color: #9E7DB9;
}
.BgClassName
{
background-color: #9E7DB9;
}
</style>
border-color css
<style>
span { border-color: #9E7DB9; }
span { border-color: rgb(158,125,185); }
td.TdClassName
{
border-color: #9E7DB9;
}
.TagClassName
{
border-color: #9E7DB9;
}
</style>