Html Css Color HEX #9F7BBD Purple Mountain's Majesty
📋 copy color: '#9F7BBD'red 159 ◦ green 123 ◦ blue 189
Shades of Purple Mountain's Majesty #9F7BBD
Tints of Purple Mountain's Majesty #9F7BBD
RGB
CMYK
RGB Variations
Color information
#9F7BBD (or 0x9F7BBD) is known color: Purple Mountain's Majesty. HEX triplet: 9F, 7B and BD. RGB value is (159,123,189). Sum of RGB (Red+Green+Blue) = 159+123+189=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F7BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7BBD is #608442. Grayscale: #8D8D8D. Windows color (decimal): -6325315 or 12417951. OLE color: 12417951.
HSL color Cylindrical-coordinate representation of color #9F7BBD: hue angle of 272.73º 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 #9F7BBD is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 123 | 189 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.26 |
| HSL | 272.73º | 0.33% | 0.61% | - |
| HSV(B) | 272.73º | 0.35% | 0.74% | - |
| XYZ | 30.57 | 25.21 | 51.4 | - |
| YUV | 141.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 189 | 0.16 | 0.35 | 0 | 0.26 | 272.73 | 0.33 | 0.61 |
| Hex | 9F | 7B | BD | 10 | 23 | 0 | 1A | 111 | 21 | 3D |
| Octal | 237 | 173 | 275 | 20 | 43 | 0 | 32 | 421 | 41 | 75 |
| Binary | 10011111 | 1111011 | 10111101 | 10000 | 100011 | 0 | 11010 | 100010001 | 100001 | 111101 |
Color Harmonies of #9F7BBD
Complementary color
Monochromatic Colors of #9F7BBD
Black with #9F7BBD
Text Example
Text Example
White with #9F7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7BBD; }
p { color: rgb(159,123,189); }
H1.HeaderClassName
{
color: #9F7BBD;
}
.AnyTagClassName
{
color: #9F7BBD;
}
</style>
background-color css
<style>
a { background-color: #9F7BBD; }
a { background-color: rgb(159,123,189); }
div.DivClassName
{
background-color: #9F7BBD;
}
.BgClassName
{
background-color: #9F7BBD;
}
</style>
border-color css
<style>
span { border-color: #9F7BBD; }
span { border-color: rgb(159,123,189); }
td.TdClassName
{
border-color: #9F7BBD;
}
.TagClassName
{
border-color: #9F7BBD;
}
</style>