Html Css Color HEX #9F7ABC Purple Mountain's Majesty
📋 copy color: '#9F7ABC'red 159 ◦ green 122 ◦ blue 188
Shades of Purple Mountain's Majesty #9F7ABC
Tints of Purple Mountain's Majesty #9F7ABC
RGB
CMYK
RGB Variations
Color information
#9F7ABC (or 0x9F7ABC) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7A and BC. RGB value is (159,122,188). Sum of RGB (Red+Green+Blue) = 159+122+188=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F7ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7ABC is #608543. Grayscale: #8C8C8C. Windows color (decimal): -6325572 or 12352159. OLE color: 12352159.
HSL color Cylindrical-coordinate representation of color #9F7ABC: hue angle of 273.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F7ABC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 122 | 188 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.26 |
| HSL | 273.64º | 0.33% | 0.61% | - |
| HSV(B) | 273.64º | 0.35% | 0.74% | - |
| XYZ | 30.33 | 24.92 | 50.79 | - |
| YUV | 140.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 188 | 0.15 | 0.35 | 0 | 0.26 | 273.64 | 0.33 | 0.61 |
| Hex | 9F | 7A | BC | F | 23 | 0 | 1A | 112 | 21 | 3D |
| Octal | 237 | 172 | 274 | 17 | 43 | 0 | 32 | 422 | 41 | 75 |
| Binary | 10011111 | 1111010 | 10111100 | 1111 | 100011 | 0 | 11010 | 100010010 | 100001 | 111101 |
Color Harmonies of #9F7ABC
Complementary color
Monochromatic Colors of #9F7ABC
Black with #9F7ABC
Text Example
Text Example
White with #9F7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7ABC; }
p { color: rgb(159,122,188); }
H1.HeaderClassName
{
color: #9F7ABC;
}
.AnyTagClassName
{
color: #9F7ABC;
}
</style>
background-color css
<style>
a { background-color: #9F7ABC; }
a { background-color: rgb(159,122,188); }
div.DivClassName
{
background-color: #9F7ABC;
}
.BgClassName
{
background-color: #9F7ABC;
}
</style>
border-color css
<style>
span { border-color: #9F7ABC; }
span { border-color: rgb(159,122,188); }
td.TdClassName
{
border-color: #9F7ABC;
}
.TagClassName
{
border-color: #9F7ABC;
}
</style>