Html Css Color HEX #9F7CBD Purple Mountain's Majesty
📋 copy color: '#9F7CBD'red 159 ◦ green 124 ◦ blue 189
Shades of Purple Mountain's Majesty #9F7CBD
Tints of Purple Mountain's Majesty #9F7CBD
RGB
CMYK
RGB Variations
Color information
#9F7CBD (or 0x9F7CBD) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7C and BD. RGB value is (159,124,189). Sum of RGB (Red+Green+Blue) = 159+124+189=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F7CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7CBD is #608342. Grayscale: #8D8D8D. Windows color (decimal): -6325059 or 12418207. OLE color: 12418207.
HSL color Cylindrical-coordinate representation of color #9F7CBD: hue angle of 272.31º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F7CBD is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 124 | 189 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.26 |
| HSL | 272.31º | 0.33% | 0.61% | - |
| HSV(B) | 272.31º | 0.34% | 0.74% | - |
| XYZ | 30.69 | 25.46 | 51.44 | - |
| YUV | 141.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 189 | 0.16 | 0.34 | 0 | 0.26 | 272.31 | 0.33 | 0.61 |
| Hex | 9F | 7C | BD | 10 | 22 | 0 | 1A | 110 | 21 | 3D |
| Octal | 237 | 174 | 275 | 20 | 42 | 0 | 32 | 420 | 41 | 75 |
| Binary | 10011111 | 1111100 | 10111101 | 10000 | 100010 | 0 | 11010 | 100010000 | 100001 | 111101 |
Color Harmonies of #9F7CBD
Complementary color
Monochromatic Colors of #9F7CBD
Black with #9F7CBD
Text Example
Text Example
White with #9F7CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7CBD; }
p { color: rgb(159,124,189); }
H1.HeaderClassName
{
color: #9F7CBD;
}
.AnyTagClassName
{
color: #9F7CBD;
}
</style>
background-color css
<style>
a { background-color: #9F7CBD; }
a { background-color: rgb(159,124,189); }
div.DivClassName
{
background-color: #9F7CBD;
}
.BgClassName
{
background-color: #9F7CBD;
}
</style>
border-color css
<style>
span { border-color: #9F7CBD; }
span { border-color: rgb(159,124,189); }
td.TdClassName
{
border-color: #9F7CBD;
}
.TagClassName
{
border-color: #9F7CBD;
}
</style>