Html Css Color HEX #9F7BB5 Purple Mountain's Majesty
📋 copy color: '#9F7BB5'red 159 ◦ green 123 ◦ blue 181
Shades of Purple Mountain's Majesty #9F7BB5
Tints of Purple Mountain's Majesty #9F7BB5
RGB
CMYK
RGB Variations
Color information
#9F7BB5 (or 0x9F7BB5) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7B and B5. RGB value is (159,123,181). Sum of RGB (Red+Green+Blue) = 159+123+181=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 181 - color contains mainly: blue. Hex color #9F7BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7BB5 is #60844A. Grayscale: #8C8C8C. Windows color (decimal): -6325323 or 11893663. OLE color: 11893663.
HSL color Cylindrical-coordinate representation of color #9F7BB5: hue angle of 277.24º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F7BB5 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 123 | 181 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.29 |
| HSL | 277.24º | 0.28% | 0.6% | - |
| HSV(B) | 277.24º | 0.32% | 0.71% | - |
| XYZ | 29.72 | 24.87 | 46.95 | - |
| YUV | 140.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 181 | 0.12 | 0.32 | 0 | 0.29 | 277.24 | 0.28 | 0.6 |
| Hex | 9F | 7B | B5 | C | 20 | 0 | 1D | 115 | 1C | 3C |
| Octal | 237 | 173 | 265 | 14 | 40 | 0 | 35 | 425 | 34 | 74 |
| Binary | 10011111 | 1111011 | 10110101 | 1100 | 100000 | 0 | 11101 | 100010101 | 11100 | 111100 |
Color Harmonies of #9F7BB5
Complementary color
Monochromatic Colors of #9F7BB5
Black with #9F7BB5
Text Example
Text Example
White with #9F7BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7BB5; }
p { color: rgb(159,123,181); }
H1.HeaderClassName
{
color: #9F7BB5;
}
.AnyTagClassName
{
color: #9F7BB5;
}
</style>
background-color css
<style>
a { background-color: #9F7BB5; }
a { background-color: rgb(159,123,181); }
div.DivClassName
{
background-color: #9F7BB5;
}
.BgClassName
{
background-color: #9F7BB5;
}
</style>
border-color css
<style>
span { border-color: #9F7BB5; }
span { border-color: rgb(159,123,181); }
td.TdClassName
{
border-color: #9F7BB5;
}
.TagClassName
{
border-color: #9F7BB5;
}
</style>