Html Css Color HEX #9D72BB Purple Mountain's Majesty
📋 copy color: '#9D72BB'red 157 ◦ green 114 ◦ blue 187
Shades of Purple Mountain's Majesty #9D72BB
Tints of Purple Mountain's Majesty #9D72BB
RGB
CMYK
RGB Variations
Color information
#9D72BB (or 0x9D72BB) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 72 and BB. RGB value is (157,114,187). Sum of RGB (Red+Green+Blue) = 157+114+187=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D72BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D72BB is #628D44. Grayscale: #868686. Windows color (decimal): -6458693 or 12284573. OLE color: 12284573.
HSL color Cylindrical-coordinate representation of color #9D72BB: hue angle of 275.34º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D72BB is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 114 | 187 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.27 |
| HSL | 275.34º | 0.35% | 0.59% | - |
| HSV(B) | 275.34º | 0.39% | 0.73% | - |
| XYZ | 28.89 | 22.79 | 49.89 | - |
| YUV | 135.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 187 | 0.16 | 0.39 | 0 | 0.27 | 275.34 | 0.35 | 0.59 |
| Hex | 9D | 72 | BB | 10 | 27 | 0 | 1B | 113 | 23 | 3B |
| Octal | 235 | 162 | 273 | 20 | 47 | 0 | 33 | 423 | 43 | 73 |
| Binary | 10011101 | 1110010 | 10111011 | 10000 | 100111 | 0 | 11011 | 100010011 | 100011 | 111011 |
Color Harmonies of #9D72BB
Complementary color
Monochromatic Colors of #9D72BB
Black with #9D72BB
Text Example
Text Example
White with #9D72BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D72BB; }
p { color: rgb(157,114,187); }
H1.HeaderClassName
{
color: #9D72BB;
}
.AnyTagClassName
{
color: #9D72BB;
}
</style>
background-color css
<style>
a { background-color: #9D72BB; }
a { background-color: rgb(157,114,187); }
div.DivClassName
{
background-color: #9D72BB;
}
.BgClassName
{
background-color: #9D72BB;
}
</style>
border-color css
<style>
span { border-color: #9D72BB; }
span { border-color: rgb(157,114,187); }
td.TdClassName
{
border-color: #9D72BB;
}
.TagClassName
{
border-color: #9D72BB;
}
</style>