Html Css Color HEX #9F7DC1 Purple Mountain's Majesty
📋 copy color: '#9F7DC1'red 159 ◦ green 125 ◦ blue 193
Shades of Purple Mountain's Majesty #9F7DC1
Tints of Purple Mountain's Majesty #9F7DC1
RGB
CMYK
RGB Variations
Color information
#9F7DC1 (or 0x9F7DC1) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7D and C1. RGB value is (159,125,193). Sum of RGB (Red+Green+Blue) = 159+125+193=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F7DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7DC1 is #60823E. Grayscale: #8E8E8E. Windows color (decimal): -6324799 or 12680607. OLE color: 12680607.
HSL color Cylindrical-coordinate representation of color #9F7DC1: hue angle of 270º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F7DC1 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 125 | 193 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.24 |
| HSL | 270º | 0.35% | 0.62% | - |
| HSV(B) | 270º | 0.35% | 0.76% | - |
| XYZ | 31.26 | 25.89 | 53.8 | - |
| YUV | 142.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 193 | 0.18 | 0.35 | 0 | 0.24 | 270 | 0.35 | 0.62 |
| Hex | 9F | 7D | C1 | 12 | 23 | 0 | 18 | 10E | 23 | 3E |
| Octal | 237 | 175 | 301 | 22 | 43 | 0 | 30 | 416 | 43 | 76 |
| Binary | 10011111 | 1111101 | 11000001 | 10010 | 100011 | 0 | 11000 | 100001110 | 100011 | 111110 |
Color Harmonies of #9F7DC1
Complementary color
Monochromatic Colors of #9F7DC1
Black with #9F7DC1
Text Example
Text Example
White with #9F7DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7DC1; }
p { color: rgb(159,125,193); }
H1.HeaderClassName
{
color: #9F7DC1;
}
.AnyTagClassName
{
color: #9F7DC1;
}
</style>
background-color css
<style>
a { background-color: #9F7DC1; }
a { background-color: rgb(159,125,193); }
div.DivClassName
{
background-color: #9F7DC1;
}
.BgClassName
{
background-color: #9F7DC1;
}
</style>
border-color css
<style>
span { border-color: #9F7DC1; }
span { border-color: rgb(159,125,193); }
td.TdClassName
{
border-color: #9F7DC1;
}
.TagClassName
{
border-color: #9F7DC1;
}
</style>