Html Css Color HEX #9F77BE Purple Mountain's Majesty
📋 copy color: '#9F77BE'red 159 ◦ green 119 ◦ blue 190
Shades of Purple Mountain's Majesty #9F77BE
Tints of Purple Mountain's Majesty #9F77BE
RGB
CMYK
RGB Variations
Color information
#9F77BE (or 0x9F77BE) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 77 and BE. RGB value is (159,119,190). Sum of RGB (Red+Green+Blue) = 159+119+190=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F77BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F77BE is #608841. Grayscale: #8A8A8A. Windows color (decimal): -6326338 or 12482463. OLE color: 12482463.
HSL color Cylindrical-coordinate representation of color #9F77BE: hue angle of 273.8º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F77BE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 119 | 190 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.25 |
| HSL | 273.8º | 0.35% | 0.61% | - |
| HSV(B) | 273.8º | 0.37% | 0.75% | - |
| XYZ | 30.19 | 24.28 | 51.81 | - |
| YUV | 139.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 190 | 0.16 | 0.37 | 0 | 0.25 | 273.8 | 0.35 | 0.61 |
| Hex | 9F | 77 | BE | 10 | 25 | 0 | 19 | 112 | 23 | 3D |
| Octal | 237 | 167 | 276 | 20 | 45 | 0 | 31 | 422 | 43 | 75 |
| Binary | 10011111 | 1110111 | 10111110 | 10000 | 100101 | 0 | 11001 | 100010010 | 100011 | 111101 |
Color Harmonies of #9F77BE
Complementary color
Monochromatic Colors of #9F77BE
Black with #9F77BE
Text Example
Text Example
White with #9F77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F77BE; }
p { color: rgb(159,119,190); }
H1.HeaderClassName
{
color: #9F77BE;
}
.AnyTagClassName
{
color: #9F77BE;
}
</style>
background-color css
<style>
a { background-color: #9F77BE; }
a { background-color: rgb(159,119,190); }
div.DivClassName
{
background-color: #9F77BE;
}
.BgClassName
{
background-color: #9F77BE;
}
</style>
border-color css
<style>
span { border-color: #9F77BE; }
span { border-color: rgb(159,119,190); }
td.TdClassName
{
border-color: #9F77BE;
}
.TagClassName
{
border-color: #9F77BE;
}
</style>