Html Css Color HEX #9E73BC Purple Mountain's Majesty
📋 copy color: '#9E73BC'red 158 ◦ green 115 ◦ blue 188
Shades of Purple Mountain's Majesty #9E73BC
Tints of Purple Mountain's Majesty #9E73BC
RGB
CMYK
RGB Variations
Color information
#9E73BC (or 0x9E73BC) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 73 and BC. RGB value is (158,115,188). Sum of RGB (Red+Green+Blue) = 158+115+188=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E73BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E73BC is #618C43. Grayscale: #878787. Windows color (decimal): -6392900 or 12350366. OLE color: 12350366.
HSL color Cylindrical-coordinate representation of color #9E73BC: hue angle of 275.34º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E73BC is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 115 | 188 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.26 |
| HSL | 275.34º | 0.35% | 0.59% | - |
| HSV(B) | 275.34º | 0.39% | 0.74% | - |
| XYZ | 29.31 | 23.16 | 50.5 | - |
| YUV | 136.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 188 | 0.16 | 0.39 | 0 | 0.26 | 275.34 | 0.35 | 0.59 |
| Hex | 9E | 73 | BC | 10 | 27 | 0 | 1A | 113 | 23 | 3B |
| Octal | 236 | 163 | 274 | 20 | 47 | 0 | 32 | 423 | 43 | 73 |
| Binary | 10011110 | 1110011 | 10111100 | 10000 | 100111 | 0 | 11010 | 100010011 | 100011 | 111011 |
Color Harmonies of #9E73BC
Complementary color
Monochromatic Colors of #9E73BC
Black with #9E73BC
Text Example
Text Example
White with #9E73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E73BC; }
p { color: rgb(158,115,188); }
H1.HeaderClassName
{
color: #9E73BC;
}
.AnyTagClassName
{
color: #9E73BC;
}
</style>
background-color css
<style>
a { background-color: #9E73BC; }
a { background-color: rgb(158,115,188); }
div.DivClassName
{
background-color: #9E73BC;
}
.BgClassName
{
background-color: #9E73BC;
}
</style>
border-color css
<style>
span { border-color: #9E73BC; }
span { border-color: rgb(158,115,188); }
td.TdClassName
{
border-color: #9E73BC;
}
.TagClassName
{
border-color: #9E73BC;
}
</style>