Html Css Color HEX #9F77BB Purple Mountain's Majesty
📋 copy color: '#9F77BB'red 159 ◦ green 119 ◦ blue 187
Shades of Purple Mountain's Majesty #9F77BB
Tints of Purple Mountain's Majesty #9F77BB
RGB
CMYK
RGB Variations
Color information
#9F77BB (or 0x9F77BB) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 77 and BB. RGB value is (159,119,187). Sum of RGB (Red+Green+Blue) = 159+119+187=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F77BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F77BB is #608844. Grayscale: #8A8A8A. Windows color (decimal): -6326341 or 12285855. OLE color: 12285855.
HSL color Cylindrical-coordinate representation of color #9F77BB: hue angle of 275.29º 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 #9F77BB is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 119 | 187 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.27 |
| HSL | 275.29º | 0.33% | 0.6% | - |
| HSV(B) | 275.29º | 0.36% | 0.73% | - |
| XYZ | 29.86 | 24.15 | 50.1 | - |
| YUV | 138.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 187 | 0.15 | 0.36 | 0 | 0.27 | 275.29 | 0.33 | 0.6 |
| Hex | 9F | 77 | BB | F | 24 | 0 | 1B | 113 | 21 | 3C |
| Octal | 237 | 167 | 273 | 17 | 44 | 0 | 33 | 423 | 41 | 74 |
| Binary | 10011111 | 1110111 | 10111011 | 1111 | 100100 | 0 | 11011 | 100010011 | 100001 | 111100 |
Color Harmonies of #9F77BB
Complementary color
Monochromatic Colors of #9F77BB
Black with #9F77BB
Text Example
Text Example
White with #9F77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F77BB; }
p { color: rgb(159,119,187); }
H1.HeaderClassName
{
color: #9F77BB;
}
.AnyTagClassName
{
color: #9F77BB;
}
</style>
background-color css
<style>
a { background-color: #9F77BB; }
a { background-color: rgb(159,119,187); }
div.DivClassName
{
background-color: #9F77BB;
}
.BgClassName
{
background-color: #9F77BB;
}
</style>
border-color css
<style>
span { border-color: #9F77BB; }
span { border-color: rgb(159,119,187); }
td.TdClassName
{
border-color: #9F77BB;
}
.TagClassName
{
border-color: #9F77BB;
}
</style>