Html Css Color HEX #9E7FBB Purple Mountain's Majesty
📋 copy color: '#9E7FBB'red 158 ◦ green 127 ◦ blue 187
Shades of Purple Mountain's Majesty #9E7FBB
Tints of Purple Mountain's Majesty #9E7FBB
RGB
CMYK
RGB Variations
Color information
#9E7FBB (or 0x9E7FBB) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7F and BB. RGB value is (158,127,187). Sum of RGB (Red+Green+Blue) = 158+127+187=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7FBB is #618044. Grayscale: #8E8E8E. Windows color (decimal): -6389829 or 12287902. OLE color: 12287902.
HSL color Cylindrical-coordinate representation of color #9E7FBB: hue angle of 271º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E7FBB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 127 | 187 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.27 |
| HSL | 271º | 0.31% | 0.62% | - |
| HSV(B) | 271º | 0.32% | 0.73% | - |
| XYZ | 30.66 | 26.04 | 50.42 | - |
| YUV | 143.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 187 | 0.16 | 0.32 | 0 | 0.27 | 271 | 0.31 | 0.62 |
| Hex | 9E | 7F | BB | 10 | 20 | 0 | 1B | 10F | 1F | 3E |
| Octal | 236 | 177 | 273 | 20 | 40 | 0 | 33 | 417 | 37 | 76 |
| Binary | 10011110 | 1111111 | 10111011 | 10000 | 100000 | 0 | 11011 | 100001111 | 11111 | 111110 |
Color Harmonies of #9E7FBB
Complementary color
Monochromatic Colors of #9E7FBB
Black with #9E7FBB
Text Example
Text Example
White with #9E7FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FBB; }
p { color: rgb(158,127,187); }
H1.HeaderClassName
{
color: #9E7FBB;
}
.AnyTagClassName
{
color: #9E7FBB;
}
</style>
background-color css
<style>
a { background-color: #9E7FBB; }
a { background-color: rgb(158,127,187); }
div.DivClassName
{
background-color: #9E7FBB;
}
.BgClassName
{
background-color: #9E7FBB;
}
</style>
border-color css
<style>
span { border-color: #9E7FBB; }
span { border-color: rgb(158,127,187); }
td.TdClassName
{
border-color: #9E7FBB;
}
.TagClassName
{
border-color: #9E7FBB;
}
</style>