Html Css Color HEX #9E73BA Purple Mountain's Majesty
📋 copy color: '#9E73BA'red 158 ◦ green 115 ◦ blue 186
Shades of Purple Mountain's Majesty #9E73BA
Tints of Purple Mountain's Majesty #9E73BA
RGB
CMYK
RGB Variations
Color information
#9E73BA (or 0x9E73BA) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 73 and BA. RGB value is (158,115,186). Sum of RGB (Red+Green+Blue) = 158+115+186=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E73BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E73BA is #618C45. Grayscale: #878787. Windows color (decimal): -6392902 or 12219294. OLE color: 12219294.
HSL color Cylindrical-coordinate representation of color #9E73BA: hue angle of 276.34º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E73BA is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 115 | 186 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.27 |
| HSL | 276.34º | 0.34% | 0.59% | - |
| HSV(B) | 276.34º | 0.38% | 0.73% | - |
| XYZ | 29.09 | 23.08 | 49.38 | - |
| YUV | 135.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 186 | 0.15 | 0.38 | 0 | 0.27 | 276.34 | 0.34 | 0.59 |
| Hex | 9E | 73 | BA | F | 26 | 0 | 1B | 114 | 22 | 3B |
| Octal | 236 | 163 | 272 | 17 | 46 | 0 | 33 | 424 | 42 | 73 |
| Binary | 10011110 | 1110011 | 10111010 | 1111 | 100110 | 0 | 11011 | 100010100 | 100010 | 111011 |
Color Harmonies of #9E73BA
Complementary color
Monochromatic Colors of #9E73BA
Black with #9E73BA
Text Example
Text Example
White with #9E73BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E73BA; }
p { color: rgb(158,115,186); }
H1.HeaderClassName
{
color: #9E73BA;
}
.AnyTagClassName
{
color: #9E73BA;
}
</style>
background-color css
<style>
a { background-color: #9E73BA; }
a { background-color: rgb(158,115,186); }
div.DivClassName
{
background-color: #9E73BA;
}
.BgClassName
{
background-color: #9E73BA;
}
</style>
border-color css
<style>
span { border-color: #9E73BA; }
span { border-color: rgb(158,115,186); }
td.TdClassName
{
border-color: #9E73BA;
}
.TagClassName
{
border-color: #9E73BA;
}
</style>