Html Css Color HEX #9D7FBA Purple Mountain's Majesty
📋 copy color: '#9D7FBA'red 157 ◦ green 127 ◦ blue 186
Shades of Purple Mountain's Majesty #9D7FBA
Tints of Purple Mountain's Majesty #9D7FBA
RGB
CMYK
RGB Variations
Color information
#9D7FBA (or 0x9D7FBA) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 7F and BA. RGB value is (157,127,186). Sum of RGB (Red+Green+Blue) = 157+127+186=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 127 (50% from 255 or 27.02% 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 #9D7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7FBA is #628045. Grayscale: #8E8E8E. Windows color (decimal): -6455366 or 12222365. OLE color: 12222365.
HSL color Cylindrical-coordinate representation of color #9D7FBA: hue angle of 270.51º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D7FBA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 127 | 186 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.27 |
| HSL | 270.51º | 0.3% | 0.61% | - |
| HSV(B) | 270.51º | 0.32% | 0.73% | - |
| XYZ | 30.36 | 25.89 | 49.85 | - |
| YUV | 142.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 186 | 0.16 | 0.32 | 0 | 0.27 | 270.51 | 0.3 | 0.61 |
| Hex | 9D | 7F | BA | 10 | 20 | 0 | 1B | 10F | 1E | 3D |
| Octal | 235 | 177 | 272 | 20 | 40 | 0 | 33 | 417 | 36 | 75 |
| Binary | 10011101 | 1111111 | 10111010 | 10000 | 100000 | 0 | 11011 | 100001111 | 11110 | 111101 |
Color Harmonies of #9D7FBA
Complementary color
Monochromatic Colors of #9D7FBA
Black with #9D7FBA
Text Example
Text Example
White with #9D7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7FBA; }
p { color: rgb(157,127,186); }
H1.HeaderClassName
{
color: #9D7FBA;
}
.AnyTagClassName
{
color: #9D7FBA;
}
</style>
background-color css
<style>
a { background-color: #9D7FBA; }
a { background-color: rgb(157,127,186); }
div.DivClassName
{
background-color: #9D7FBA;
}
.BgClassName
{
background-color: #9D7FBA;
}
</style>
border-color css
<style>
span { border-color: #9D7FBA; }
span { border-color: rgb(157,127,186); }
td.TdClassName
{
border-color: #9D7FBA;
}
.TagClassName
{
border-color: #9D7FBA;
}
</style>