Html Css Color HEX #9D7CBE Purple Mountain's Majesty
📋 copy color: '#9D7CBE'red 157 ◦ green 124 ◦ blue 190
Shades of Purple Mountain's Majesty #9D7CBE
Tints of Purple Mountain's Majesty #9D7CBE
RGB
CMYK
RGB Variations
Color information
#9D7CBE (or 0x9D7CBE) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 7C and BE. RGB value is (157,124,190). Sum of RGB (Red+Green+Blue) = 157+124+190=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D7CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7CBE is #628341. Grayscale: #8D8D8D. Windows color (decimal): -6456130 or 12483741. OLE color: 12483741.
HSL color Cylindrical-coordinate representation of color #9D7CBE: hue angle of 270º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D7CBE is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 124 | 190 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.25 |
| HSL | 270º | 0.34% | 0.62% | - |
| HSV(B) | 270º | 0.35% | 0.75% | - |
| XYZ | 30.41 | 25.3 | 52 | - |
| YUV | 141.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 190 | 0.17 | 0.35 | 0 | 0.25 | 270 | 0.34 | 0.62 |
| Hex | 9D | 7C | BE | 11 | 23 | 0 | 19 | 10E | 22 | 3E |
| Octal | 235 | 174 | 276 | 21 | 43 | 0 | 31 | 416 | 42 | 76 |
| Binary | 10011101 | 1111100 | 10111110 | 10001 | 100011 | 0 | 11001 | 100001110 | 100010 | 111110 |
Color Harmonies of #9D7CBE
Complementary color
Monochromatic Colors of #9D7CBE
Black with #9D7CBE
Text Example
Text Example
White with #9D7CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7CBE; }
p { color: rgb(157,124,190); }
H1.HeaderClassName
{
color: #9D7CBE;
}
.AnyTagClassName
{
color: #9D7CBE;
}
</style>
background-color css
<style>
a { background-color: #9D7CBE; }
a { background-color: rgb(157,124,190); }
div.DivClassName
{
background-color: #9D7CBE;
}
.BgClassName
{
background-color: #9D7CBE;
}
</style>
border-color css
<style>
span { border-color: #9D7CBE; }
span { border-color: rgb(157,124,190); }
td.TdClassName
{
border-color: #9D7CBE;
}
.TagClassName
{
border-color: #9D7CBE;
}
</style>