Html Css Color HEX #9E77BA Purple Mountain's Majesty
📋 copy color: '#9E77BA'red 158 ◦ green 119 ◦ blue 186
Shades of Purple Mountain's Majesty #9E77BA
Tints of Purple Mountain's Majesty #9E77BA
RGB
CMYK
RGB Variations
Color information
#9E77BA (or 0x9E77BA) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 77 and BA. RGB value is (158,119,186). Sum of RGB (Red+Green+Blue) = 158+119+186=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E77BA is #618845. Grayscale: #8A8A8A. Windows color (decimal): -6391878 or 12220318. OLE color: 12220318.
HSL color Cylindrical-coordinate representation of color #9E77BA: hue angle of 274.93º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E77BA is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 119 | 186 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.27 |
| HSL | 274.93º | 0.33% | 0.6% | - |
| HSV(B) | 274.93º | 0.36% | 0.73% | - |
| XYZ | 29.56 | 24.01 | 49.53 | - |
| YUV | 138.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 186 | 0.15 | 0.36 | 0 | 0.27 | 274.93 | 0.33 | 0.6 |
| Hex | 9E | 77 | BA | F | 24 | 0 | 1B | 113 | 21 | 3C |
| Octal | 236 | 167 | 272 | 17 | 44 | 0 | 33 | 423 | 41 | 74 |
| Binary | 10011110 | 1110111 | 10111010 | 1111 | 100100 | 0 | 11011 | 100010011 | 100001 | 111100 |
Color Harmonies of #9E77BA
Complementary color
Monochromatic Colors of #9E77BA
Black with #9E77BA
Text Example
Text Example
White with #9E77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E77BA; }
p { color: rgb(158,119,186); }
H1.HeaderClassName
{
color: #9E77BA;
}
.AnyTagClassName
{
color: #9E77BA;
}
</style>
background-color css
<style>
a { background-color: #9E77BA; }
a { background-color: rgb(158,119,186); }
div.DivClassName
{
background-color: #9E77BA;
}
.BgClassName
{
background-color: #9E77BA;
}
</style>
border-color css
<style>
span { border-color: #9E77BA; }
span { border-color: rgb(158,119,186); }
td.TdClassName
{
border-color: #9E77BA;
}
.TagClassName
{
border-color: #9E77BA;
}
</style>