Html Css Color HEX #9E7BB9 Purple Mountain's Majesty
📋 copy color: '#9E7BB9'red 158 ◦ green 123 ◦ blue 185
Shades of Purple Mountain's Majesty #9E7BB9
Tints of Purple Mountain's Majesty #9E7BB9
RGB
CMYK
RGB Variations
Color information
#9E7BB9 (or 0x9E7BB9) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7B and B9. RGB value is (158,123,185). Sum of RGB (Red+Green+Blue) = 158+123+185=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #9E7BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7BB9 is #618446. Grayscale: #8C8C8C. Windows color (decimal): -6390855 or 12155806. OLE color: 12155806.
HSL color Cylindrical-coordinate representation of color #9E7BB9: hue angle of 273.87º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E7BB9 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 123 | 185 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.27 |
| HSL | 273.87º | 0.31% | 0.6% | - |
| HSV(B) | 273.87º | 0.34% | 0.73% | - |
| XYZ | 29.94 | 24.94 | 49.13 | - |
| YUV | 140.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 185 | 0.15 | 0.34 | 0 | 0.27 | 273.87 | 0.31 | 0.6 |
| Hex | 9E | 7B | B9 | F | 22 | 0 | 1B | 112 | 1F | 3C |
| Octal | 236 | 173 | 271 | 17 | 42 | 0 | 33 | 422 | 37 | 74 |
| Binary | 10011110 | 1111011 | 10111001 | 1111 | 100010 | 0 | 11011 | 100010010 | 11111 | 111100 |
Color Harmonies of #9E7BB9
Complementary color
Monochromatic Colors of #9E7BB9
Black with #9E7BB9
Text Example
Text Example
White with #9E7BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7BB9; }
p { color: rgb(158,123,185); }
H1.HeaderClassName
{
color: #9E7BB9;
}
.AnyTagClassName
{
color: #9E7BB9;
}
</style>
background-color css
<style>
a { background-color: #9E7BB9; }
a { background-color: rgb(158,123,185); }
div.DivClassName
{
background-color: #9E7BB9;
}
.BgClassName
{
background-color: #9E7BB9;
}
</style>
border-color css
<style>
span { border-color: #9E7BB9; }
span { border-color: rgb(158,123,185); }
td.TdClassName
{
border-color: #9E7BB9;
}
.TagClassName
{
border-color: #9E7BB9;
}
</style>