Html Css Color HEX #9E77BF Purple Mountain's Majesty
📋 copy color: '#9E77BF'red 158 ◦ green 119 ◦ blue 191
Shades of Purple Mountain's Majesty #9E77BF
Tints of Purple Mountain's Majesty #9E77BF
RGB
CMYK
RGB Variations
Color information
#9E77BF (or 0x9E77BF) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 77 and BF. RGB value is (158,119,191). Sum of RGB (Red+Green+Blue) = 158+119+191=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E77BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E77BF is #618840. Grayscale: #8A8A8A. Windows color (decimal): -6391873 or 12547998. OLE color: 12547998.
HSL color Cylindrical-coordinate representation of color #9E77BF: hue angle of 272.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E77BF is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 119 | 191 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.25 |
| HSL | 272.5º | 0.36% | 0.61% | - |
| HSV(B) | 272.5º | 0.38% | 0.75% | - |
| XYZ | 30.1 | 24.22 | 52.38 | - |
| YUV | 138.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 119 | 191 | 0.17 | 0.38 | 0 | 0.25 | 272.5 | 0.36 | 0.61 |
| Hex | 9E | 77 | BF | 11 | 26 | 0 | 19 | 110 | 24 | 3D |
| Octal | 236 | 167 | 277 | 21 | 46 | 0 | 31 | 420 | 44 | 75 |
| Binary | 10011110 | 1110111 | 10111111 | 10001 | 100110 | 0 | 11001 | 100010000 | 100100 | 111101 |
Color Harmonies of #9E77BF
Complementary color
Monochromatic Colors of #9E77BF
Black with #9E77BF
Text Example
Text Example
White with #9E77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E77BF; }
p { color: rgb(158,119,191); }
H1.HeaderClassName
{
color: #9E77BF;
}
.AnyTagClassName
{
color: #9E77BF;
}
</style>
background-color css
<style>
a { background-color: #9E77BF; }
a { background-color: rgb(158,119,191); }
div.DivClassName
{
background-color: #9E77BF;
}
.BgClassName
{
background-color: #9E77BF;
}
</style>
border-color css
<style>
span { border-color: #9E77BF; }
span { border-color: rgb(158,119,191); }
td.TdClassName
{
border-color: #9E77BF;
}
.TagClassName
{
border-color: #9E77BF;
}
</style>