Html Css Color HEX #9D7FBB Purple Mountain's Majesty
📋 copy color: '#9D7FBB'red 157 ◦ green 127 ◦ blue 187
Shades of Purple Mountain's Majesty #9D7FBB
Tints of Purple Mountain's Majesty #9D7FBB
RGB
CMYK
RGB Variations
Color information
#9D7FBB (or 0x9D7FBB) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 7F and BB. RGB value is (157,127,187). Sum of RGB (Red+Green+Blue) = 157+127+187=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7FBB is #628044. Grayscale: #8E8E8E. Windows color (decimal): -6455365 or 12287901. OLE color: 12287901.
HSL color Cylindrical-coordinate representation of color #9D7FBB: hue angle of 270º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D7FBB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 127 | 187 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.27 |
| HSL | 270º | 0.31% | 0.62% | - |
| HSV(B) | 270º | 0.32% | 0.73% | - |
| XYZ | 30.46 | 25.93 | 50.41 | - |
| YUV | 142.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 187 | 0.16 | 0.32 | 0 | 0.27 | 270 | 0.31 | 0.62 |
| Hex | 9D | 7F | BB | 10 | 20 | 0 | 1B | 10E | 1F | 3E |
| Octal | 235 | 177 | 273 | 20 | 40 | 0 | 33 | 416 | 37 | 76 |
| Binary | 10011101 | 1111111 | 10111011 | 10000 | 100000 | 0 | 11011 | 100001110 | 11111 | 111110 |
Color Harmonies of #9D7FBB
Complementary color
Monochromatic Colors of #9D7FBB
Black with #9D7FBB
Text Example
Text Example
White with #9D7FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7FBB; }
p { color: rgb(157,127,187); }
H1.HeaderClassName
{
color: #9D7FBB;
}
.AnyTagClassName
{
color: #9D7FBB;
}
</style>
background-color css
<style>
a { background-color: #9D7FBB; }
a { background-color: rgb(157,127,187); }
div.DivClassName
{
background-color: #9D7FBB;
}
.BgClassName
{
background-color: #9D7FBB;
}
</style>
border-color css
<style>
span { border-color: #9D7FBB; }
span { border-color: rgb(157,127,187); }
td.TdClassName
{
border-color: #9D7FBB;
}
.TagClassName
{
border-color: #9D7FBB;
}
</style>