Html Css Color HEX #9E7FBC Purple Mountain's Majesty
📋 copy color: '#9E7FBC'red 158 ◦ green 127 ◦ blue 188
Shades of Purple Mountain's Majesty #9E7FBC
Tints of Purple Mountain's Majesty #9E7FBC
RGB
CMYK
RGB Variations
Color information
#9E7FBC (or 0x9E7FBC) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7F and BC. RGB value is (158,127,188). Sum of RGB (Red+Green+Blue) = 158+127+188=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E7FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FBC is #618043. Grayscale: #8F8F8F. Windows color (decimal): -6389828 or 12353438. OLE color: 12353438.
HSL color Cylindrical-coordinate representation of color #9E7FBC: hue angle of 270.49º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E7FBC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 127 | 188 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.26 |
| HSL | 270.49º | 0.31% | 0.62% | - |
| HSV(B) | 270.49º | 0.32% | 0.74% | - |
| XYZ | 30.77 | 26.08 | 50.99 | - |
| YUV | 143.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 188 | 0.16 | 0.32 | 0 | 0.26 | 270.49 | 0.31 | 0.62 |
| Hex | 9E | 7F | BC | 10 | 20 | 0 | 1A | 10E | 1F | 3E |
| Octal | 236 | 177 | 274 | 20 | 40 | 0 | 32 | 416 | 37 | 76 |
| Binary | 10011110 | 1111111 | 10111100 | 10000 | 100000 | 0 | 11010 | 100001110 | 11111 | 111110 |
Color Harmonies of #9E7FBC
Complementary color
Monochromatic Colors of #9E7FBC
Black with #9E7FBC
Text Example
Text Example
White with #9E7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FBC; }
p { color: rgb(158,127,188); }
H1.HeaderClassName
{
color: #9E7FBC;
}
.AnyTagClassName
{
color: #9E7FBC;
}
</style>
background-color css
<style>
a { background-color: #9E7FBC; }
a { background-color: rgb(158,127,188); }
div.DivClassName
{
background-color: #9E7FBC;
}
.BgClassName
{
background-color: #9E7FBC;
}
</style>
border-color css
<style>
span { border-color: #9E7FBC; }
span { border-color: rgb(158,127,188); }
td.TdClassName
{
border-color: #9E7FBC;
}
.TagClassName
{
border-color: #9E7FBC;
}
</style>