Html Css Color HEX #9F7DBA Purple Mountain's Majesty
📋 copy color: '#9F7DBA'red 159 ◦ green 125 ◦ blue 186
Shades of Purple Mountain's Majesty #9F7DBA
Tints of Purple Mountain's Majesty #9F7DBA
RGB
CMYK
RGB Variations
Color information
#9F7DBA (or 0x9F7DBA) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7D and BA. RGB value is (159,125,186). Sum of RGB (Red+Green+Blue) = 159+125+186=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F7DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7DBA is #608245. Grayscale: #8D8D8D. Windows color (decimal): -6324806 or 12221855. OLE color: 12221855.
HSL color Cylindrical-coordinate representation of color #9F7DBA: hue angle of 273.44º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F7DBA is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 125 | 186 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.27 |
| HSL | 273.44º | 0.31% | 0.61% | - |
| HSV(B) | 273.44º | 0.33% | 0.73% | - |
| XYZ | 30.49 | 25.58 | 49.79 | - |
| YUV | 142.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 186 | 0.15 | 0.33 | 0 | 0.27 | 273.44 | 0.31 | 0.61 |
| Hex | 9F | 7D | BA | F | 21 | 0 | 1B | 111 | 1F | 3D |
| Octal | 237 | 175 | 272 | 17 | 41 | 0 | 33 | 421 | 37 | 75 |
| Binary | 10011111 | 1111101 | 10111010 | 1111 | 100001 | 0 | 11011 | 100010001 | 11111 | 111101 |
Color Harmonies of #9F7DBA
Complementary color
Monochromatic Colors of #9F7DBA
Black with #9F7DBA
Text Example
Text Example
White with #9F7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7DBA; }
p { color: rgb(159,125,186); }
H1.HeaderClassName
{
color: #9F7DBA;
}
.AnyTagClassName
{
color: #9F7DBA;
}
</style>
background-color css
<style>
a { background-color: #9F7DBA; }
a { background-color: rgb(159,125,186); }
div.DivClassName
{
background-color: #9F7DBA;
}
.BgClassName
{
background-color: #9F7DBA;
}
</style>
border-color css
<style>
span { border-color: #9F7DBA; }
span { border-color: rgb(159,125,186); }
td.TdClassName
{
border-color: #9F7DBA;
}
.TagClassName
{
border-color: #9F7DBA;
}
</style>