Html Css Color HEX #9F71BA Purple Mountain's Majesty
📋 copy color: '#9F71BA'red 159 ◦ green 113 ◦ blue 186
Shades of Purple Mountain's Majesty #9F71BA
Tints of Purple Mountain's Majesty #9F71BA
RGB
CMYK
RGB Variations
Color information
#9F71BA (or 0x9F71BA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 71 and BA. RGB value is (159,113,186). Sum of RGB (Red+Green+Blue) = 159+113+186=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F71BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F71BA is #608E45. Grayscale: #868686. Windows color (decimal): -6327878 or 12218783. OLE color: 12218783.
HSL color Cylindrical-coordinate representation of color #9F71BA: hue angle of 277.81º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F71BA is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 113 | 186 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.27 |
| HSL | 277.81º | 0.35% | 0.59% | - |
| HSV(B) | 277.81º | 0.39% | 0.73% | - |
| XYZ | 29.07 | 22.73 | 49.31 | - |
| YUV | 135.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 186 | 0.15 | 0.39 | 0 | 0.27 | 277.81 | 0.35 | 0.59 |
| Hex | 9F | 71 | BA | F | 27 | 0 | 1B | 116 | 23 | 3B |
| Octal | 237 | 161 | 272 | 17 | 47 | 0 | 33 | 426 | 43 | 73 |
| Binary | 10011111 | 1110001 | 10111010 | 1111 | 100111 | 0 | 11011 | 100010110 | 100011 | 111011 |
Color Harmonies of #9F71BA
Complementary color
Monochromatic Colors of #9F71BA
Black with #9F71BA
Text Example
Text Example
White with #9F71BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F71BA; }
p { color: rgb(159,113,186); }
H1.HeaderClassName
{
color: #9F71BA;
}
.AnyTagClassName
{
color: #9F71BA;
}
</style>
background-color css
<style>
a { background-color: #9F71BA; }
a { background-color: rgb(159,113,186); }
div.DivClassName
{
background-color: #9F71BA;
}
.BgClassName
{
background-color: #9F71BA;
}
</style>
border-color css
<style>
span { border-color: #9F71BA; }
span { border-color: rgb(159,113,186); }
td.TdClassName
{
border-color: #9F71BA;
}
.TagClassName
{
border-color: #9F71BA;
}
</style>