Html Css Color HEX #9F7FBA Purple Mountain's Majesty
📋 copy color: '#9F7FBA'red 159 ◦ green 127 ◦ blue 186
Shades of Purple Mountain's Majesty #9F7FBA
Tints of Purple Mountain's Majesty #9F7FBA
RGB
CMYK
RGB Variations
Color information
#9F7FBA (or 0x9F7FBA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7F and BA. RGB value is (159,127,186). Sum of RGB (Red+Green+Blue) = 159+127+186=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7FBA is #608045. Grayscale: #8F8F8F. Windows color (decimal): -6324294 or 12222367. OLE color: 12222367.
HSL color Cylindrical-coordinate representation of color #9F7FBA: hue angle of 272.54º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F7FBA is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 127 | 186 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.27 |
| HSL | 272.54º | 0.3% | 0.61% | - |
| HSV(B) | 272.54º | 0.32% | 0.73% | - |
| XYZ | 30.75 | 26.09 | 49.87 | - |
| YUV | 143.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 186 | 0.15 | 0.32 | 0 | 0.27 | 272.54 | 0.3 | 0.61 |
| Hex | 9F | 7F | BA | F | 20 | 0 | 1B | 111 | 1E | 3D |
| Octal | 237 | 177 | 272 | 17 | 40 | 0 | 33 | 421 | 36 | 75 |
| Binary | 10011111 | 1111111 | 10111010 | 1111 | 100000 | 0 | 11011 | 100010001 | 11110 | 111101 |
Color Harmonies of #9F7FBA
Complementary color
Monochromatic Colors of #9F7FBA
Black with #9F7FBA
Text Example
Text Example
White with #9F7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7FBA; }
p { color: rgb(159,127,186); }
H1.HeaderClassName
{
color: #9F7FBA;
}
.AnyTagClassName
{
color: #9F7FBA;
}
</style>
background-color css
<style>
a { background-color: #9F7FBA; }
a { background-color: rgb(159,127,186); }
div.DivClassName
{
background-color: #9F7FBA;
}
.BgClassName
{
background-color: #9F7FBA;
}
</style>
border-color css
<style>
span { border-color: #9F7FBA; }
span { border-color: rgb(159,127,186); }
td.TdClassName
{
border-color: #9F7FBA;
}
.TagClassName
{
border-color: #9F7FBA;
}
</style>