Html Css Color HEX #9F77BA Purple Mountain's Majesty
📋 copy color: '#9F77BA'red 159 ◦ green 119 ◦ blue 186
Shades of Purple Mountain's Majesty #9F77BA
Tints of Purple Mountain's Majesty #9F77BA
RGB
CMYK
RGB Variations
Color information
#9F77BA (or 0x9F77BA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 77 and BA. RGB value is (159,119,186). Sum of RGB (Red+Green+Blue) = 159+119+186=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F77BA is #608845. Grayscale: #8A8A8A. Windows color (decimal): -6326342 or 12220319. OLE color: 12220319.
HSL color Cylindrical-coordinate representation of color #9F77BA: hue angle of 275.82º 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 #9F77BA is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 119 | 186 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.27 |
| HSL | 275.82º | 0.33% | 0.6% | - |
| HSV(B) | 275.82º | 0.36% | 0.73% | - |
| XYZ | 29.76 | 24.11 | 49.54 | - |
| YUV | 138.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 186 | 0.15 | 0.36 | 0 | 0.27 | 275.82 | 0.33 | 0.6 |
| Hex | 9F | 77 | BA | F | 24 | 0 | 1B | 114 | 21 | 3C |
| Octal | 237 | 167 | 272 | 17 | 44 | 0 | 33 | 424 | 41 | 74 |
| Binary | 10011111 | 1110111 | 10111010 | 1111 | 100100 | 0 | 11011 | 100010100 | 100001 | 111100 |
Color Harmonies of #9F77BA
Complementary color
Monochromatic Colors of #9F77BA
Black with #9F77BA
Text Example
Text Example
White with #9F77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F77BA; }
p { color: rgb(159,119,186); }
H1.HeaderClassName
{
color: #9F77BA;
}
.AnyTagClassName
{
color: #9F77BA;
}
</style>
background-color css
<style>
a { background-color: #9F77BA; }
a { background-color: rgb(159,119,186); }
div.DivClassName
{
background-color: #9F77BA;
}
.BgClassName
{
background-color: #9F77BA;
}
</style>
border-color css
<style>
span { border-color: #9F77BA; }
span { border-color: rgb(159,119,186); }
td.TdClassName
{
border-color: #9F77BA;
}
.TagClassName
{
border-color: #9F77BA;
}
</style>