Html Css Color HEX #9E76BC Purple Mountain's Majesty
📋 copy color: '#9E76BC'red 158 ◦ green 118 ◦ blue 188
Shades of Purple Mountain's Majesty #9E76BC
Tints of Purple Mountain's Majesty #9E76BC
RGB
CMYK
RGB Variations
Color information
#9E76BC (or 0x9E76BC) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 76 and BC. RGB value is (158,118,188). Sum of RGB (Red+Green+Blue) = 158+118+188=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E76BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E76BC is #618943. Grayscale: #898989. Windows color (decimal): -6392132 or 12351134. OLE color: 12351134.
HSL color Cylindrical-coordinate representation of color #9E76BC: hue angle of 274.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E76BC is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 118 | 188 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.26 |
| HSL | 274.29º | 0.34% | 0.6% | - |
| HSV(B) | 274.29º | 0.37% | 0.74% | - |
| XYZ | 29.66 | 23.86 | 50.62 | - |
| YUV | 137.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 188 | 0.16 | 0.37 | 0 | 0.26 | 274.29 | 0.34 | 0.6 |
| Hex | 9E | 76 | BC | 10 | 25 | 0 | 1A | 112 | 22 | 3C |
| Octal | 236 | 166 | 274 | 20 | 45 | 0 | 32 | 422 | 42 | 74 |
| Binary | 10011110 | 1110110 | 10111100 | 10000 | 100101 | 0 | 11010 | 100010010 | 100010 | 111100 |
Color Harmonies of #9E76BC
Complementary color
Monochromatic Colors of #9E76BC
Black with #9E76BC
Text Example
Text Example
White with #9E76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E76BC; }
p { color: rgb(158,118,188); }
H1.HeaderClassName
{
color: #9E76BC;
}
.AnyTagClassName
{
color: #9E76BC;
}
</style>
background-color css
<style>
a { background-color: #9E76BC; }
a { background-color: rgb(158,118,188); }
div.DivClassName
{
background-color: #9E76BC;
}
.BgClassName
{
background-color: #9E76BC;
}
</style>
border-color css
<style>
span { border-color: #9E76BC; }
span { border-color: rgb(158,118,188); }
td.TdClassName
{
border-color: #9E76BC;
}
.TagClassName
{
border-color: #9E76BC;
}
</style>