Html Css Color HEX #9D71BB Purple Mountain's Majesty
📋 copy color: '#9D71BB'red 157 ◦ green 113 ◦ blue 187
Shades of Purple Mountain's Majesty #9D71BB
Tints of Purple Mountain's Majesty #9D71BB
RGB
CMYK
RGB Variations
Color information
#9D71BB (or 0x9D71BB) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 71 and BB. RGB value is (157,113,187). Sum of RGB (Red+Green+Blue) = 157+113+187=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D71BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D71BB is #628E44. Grayscale: #868686. Windows color (decimal): -6458949 or 12284317. OLE color: 12284317.
HSL color Cylindrical-coordinate representation of color #9D71BB: hue angle of 275.68º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D71BB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 113 | 187 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.27 |
| HSL | 275.68º | 0.35% | 0.59% | - |
| HSV(B) | 275.68º | 0.4% | 0.73% | - |
| XYZ | 28.78 | 22.57 | 49.85 | - |
| YUV | 134.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 187 | 0.16 | 0.40 | 0 | 0.27 | 275.68 | 0.35 | 0.59 |
| Hex | 9D | 71 | BB | 10 | 28 | 0 | 1B | 114 | 23 | 3B |
| Octal | 235 | 161 | 273 | 20 | 50 | 0 | 33 | 424 | 43 | 73 |
| Binary | 10011101 | 1110001 | 10111011 | 10000 | 101000 | 0 | 11011 | 100010100 | 100011 | 111011 |
Color Harmonies of #9D71BB
Complementary color
Monochromatic Colors of #9D71BB
Black with #9D71BB
Text Example
Text Example
White with #9D71BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D71BB; }
p { color: rgb(157,113,187); }
H1.HeaderClassName
{
color: #9D71BB;
}
.AnyTagClassName
{
color: #9D71BB;
}
</style>
background-color css
<style>
a { background-color: #9D71BB; }
a { background-color: rgb(157,113,187); }
div.DivClassName
{
background-color: #9D71BB;
}
.BgClassName
{
background-color: #9D71BB;
}
</style>
border-color css
<style>
span { border-color: #9D71BB; }
span { border-color: rgb(157,113,187); }
td.TdClassName
{
border-color: #9D71BB;
}
.TagClassName
{
border-color: #9D71BB;
}
</style>