Html Css Color HEX #9D71BF Purple Mountain's Majesty
📋 copy color: '#9D71BF'red 157 ◦ green 113 ◦ blue 191
Shades of Purple Mountain's Majesty #9D71BF
Tints of Purple Mountain's Majesty #9D71BF
RGB
CMYK
RGB Variations
Color information
#9D71BF (or 0x9D71BF) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 71 and BF. RGB value is (157,113,191). Sum of RGB (Red+Green+Blue) = 157+113+191=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D71BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D71BF is #628E40. Grayscale: #868686. Windows color (decimal): -6458945 or 12546461. OLE color: 12546461.
HSL color Cylindrical-coordinate representation of color #9D71BF: hue angle of 273.85º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D71BF is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 113 | 191 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.25 |
| HSL | 273.85º | 0.38% | 0.6% | - |
| HSV(B) | 273.85º | 0.41% | 0.75% | - |
| XYZ | 29.21 | 22.74 | 52.14 | - |
| YUV | 135.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 191 | 0.18 | 0.41 | 0 | 0.25 | 273.85 | 0.38 | 0.6 |
| Hex | 9D | 71 | BF | 12 | 29 | 0 | 19 | 112 | 26 | 3C |
| Octal | 235 | 161 | 277 | 22 | 51 | 0 | 31 | 422 | 46 | 74 |
| Binary | 10011101 | 1110001 | 10111111 | 10010 | 101001 | 0 | 11001 | 100010010 | 100110 | 111100 |
Color Harmonies of #9D71BF
Complementary color
Monochromatic Colors of #9D71BF
Black with #9D71BF
Text Example
Text Example
White with #9D71BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D71BF; }
p { color: rgb(157,113,191); }
H1.HeaderClassName
{
color: #9D71BF;
}
.AnyTagClassName
{
color: #9D71BF;
}
</style>
background-color css
<style>
a { background-color: #9D71BF; }
a { background-color: rgb(157,113,191); }
div.DivClassName
{
background-color: #9D71BF;
}
.BgClassName
{
background-color: #9D71BF;
}
</style>
border-color css
<style>
span { border-color: #9D71BF; }
span { border-color: rgb(157,113,191); }
td.TdClassName
{
border-color: #9D71BF;
}
.TagClassName
{
border-color: #9D71BF;
}
</style>