Html Css Color HEX #9F7ABA Purple Mountain's Majesty
📋 copy color: '#9F7ABA'red 159 ◦ green 122 ◦ blue 186
Shades of Purple Mountain's Majesty #9F7ABA
Tints of Purple Mountain's Majesty #9F7ABA
RGB
CMYK
RGB Variations
Color information
#9F7ABA (or 0x9F7ABA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7A and BA. RGB value is (159,122,186). Sum of RGB (Red+Green+Blue) = 159+122+186=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F7ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7ABA is #608545. Grayscale: #8C8C8C. Windows color (decimal): -6325574 or 12221087. OLE color: 12221087.
HSL color Cylindrical-coordinate representation of color #9F7ABA: hue angle of 274.69º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F7ABA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 122 | 186 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.27 |
| HSL | 274.69º | 0.32% | 0.6% | - |
| HSV(B) | 274.69º | 0.34% | 0.73% | - |
| XYZ | 30.12 | 24.84 | 49.66 | - |
| YUV | 140.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 186 | 0.15 | 0.34 | 0 | 0.27 | 274.69 | 0.32 | 0.6 |
| Hex | 9F | 7A | BA | F | 22 | 0 | 1B | 113 | 20 | 3C |
| Octal | 237 | 172 | 272 | 17 | 42 | 0 | 33 | 423 | 40 | 74 |
| Binary | 10011111 | 1111010 | 10111010 | 1111 | 100010 | 0 | 11011 | 100010011 | 100000 | 111100 |
Color Harmonies of #9F7ABA
Complementary color
Monochromatic Colors of #9F7ABA
Black with #9F7ABA
Text Example
Text Example
White with #9F7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7ABA; }
p { color: rgb(159,122,186); }
H1.HeaderClassName
{
color: #9F7ABA;
}
.AnyTagClassName
{
color: #9F7ABA;
}
</style>
background-color css
<style>
a { background-color: #9F7ABA; }
a { background-color: rgb(159,122,186); }
div.DivClassName
{
background-color: #9F7ABA;
}
.BgClassName
{
background-color: #9F7ABA;
}
</style>
border-color css
<style>
span { border-color: #9F7ABA; }
span { border-color: rgb(159,122,186); }
td.TdClassName
{
border-color: #9F7ABA;
}
.TagClassName
{
border-color: #9F7ABA;
}
</style>