Html Css Color HEX #9D76BA Purple Mountain's Majesty
📋 copy color: '#9D76BA'red 157 ◦ green 118 ◦ blue 186
Shades of Purple Mountain's Majesty #9D76BA
Tints of Purple Mountain's Majesty #9D76BA
RGB
CMYK
RGB Variations
Color information
#9D76BA (or 0x9D76BA) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 76 and BA. RGB value is (157,118,186). Sum of RGB (Red+Green+Blue) = 157+118+186=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D76BA is #628945. Grayscale: #898989. Windows color (decimal): -6457670 or 12220061. OLE color: 12220061.
HSL color Cylindrical-coordinate representation of color #9D76BA: hue angle of 274.41º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D76BA is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 118 | 186 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.27 |
| HSL | 274.41º | 0.33% | 0.6% | - |
| HSV(B) | 274.41º | 0.37% | 0.73% | - |
| XYZ | 29.25 | 23.67 | 49.48 | - |
| YUV | 137.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 118 | 186 | 0.16 | 0.37 | 0 | 0.27 | 274.41 | 0.33 | 0.6 |
| Hex | 9D | 76 | BA | 10 | 25 | 0 | 1B | 112 | 21 | 3C |
| Octal | 235 | 166 | 272 | 20 | 45 | 0 | 33 | 422 | 41 | 74 |
| Binary | 10011101 | 1110110 | 10111010 | 10000 | 100101 | 0 | 11011 | 100010010 | 100001 | 111100 |
Color Harmonies of #9D76BA
Complementary color
Monochromatic Colors of #9D76BA
Black with #9D76BA
Text Example
Text Example
White with #9D76BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D76BA; }
p { color: rgb(157,118,186); }
H1.HeaderClassName
{
color: #9D76BA;
}
.AnyTagClassName
{
color: #9D76BA;
}
</style>
background-color css
<style>
a { background-color: #9D76BA; }
a { background-color: rgb(157,118,186); }
div.DivClassName
{
background-color: #9D76BA;
}
.BgClassName
{
background-color: #9D76BA;
}
</style>
border-color css
<style>
span { border-color: #9D76BA; }
span { border-color: rgb(157,118,186); }
td.TdClassName
{
border-color: #9D76BA;
}
.TagClassName
{
border-color: #9D76BA;
}
</style>