Html Css Color HEX #9D7AB9 Purple Mountain's Majesty
📋 copy color: '#9D7AB9'red 157 ◦ green 122 ◦ blue 185
Shades of Purple Mountain's Majesty #9D7AB9
Tints of Purple Mountain's Majesty #9D7AB9
RGB
CMYK
RGB Variations
Color information
#9D7AB9 (or 0x9D7AB9) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 7A and B9. RGB value is (157,122,185). Sum of RGB (Red+Green+Blue) = 157+122+185=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #9D7AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7AB9 is #628546. Grayscale: #8B8B8B. Windows color (decimal): -6456647 or 12155549. OLE color: 12155549.
HSL color Cylindrical-coordinate representation of color #9D7AB9: hue angle of 273.33º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D7AB9 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 122 | 185 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.27 |
| HSL | 273.33º | 0.31% | 0.6% | - |
| HSV(B) | 273.33º | 0.34% | 0.73% | - |
| XYZ | 29.62 | 24.59 | 49.08 | - |
| YUV | 139.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 122 | 185 | 0.15 | 0.34 | 0 | 0.27 | 273.33 | 0.31 | 0.6 |
| Hex | 9D | 7A | B9 | F | 22 | 0 | 1B | 111 | 1F | 3C |
| Octal | 235 | 172 | 271 | 17 | 42 | 0 | 33 | 421 | 37 | 74 |
| Binary | 10011101 | 1111010 | 10111001 | 1111 | 100010 | 0 | 11011 | 100010001 | 11111 | 111100 |
Color Harmonies of #9D7AB9
Complementary color
Monochromatic Colors of #9D7AB9
Black with #9D7AB9
Text Example
Text Example
White with #9D7AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7AB9; }
p { color: rgb(157,122,185); }
H1.HeaderClassName
{
color: #9D7AB9;
}
.AnyTagClassName
{
color: #9D7AB9;
}
</style>
background-color css
<style>
a { background-color: #9D7AB9; }
a { background-color: rgb(157,122,185); }
div.DivClassName
{
background-color: #9D7AB9;
}
.BgClassName
{
background-color: #9D7AB9;
}
</style>
border-color css
<style>
span { border-color: #9D7AB9; }
span { border-color: rgb(157,122,185); }
td.TdClassName
{
border-color: #9D7AB9;
}
.TagClassName
{
border-color: #9D7AB9;
}
</style>