Html Css Color HEX #9376AD Purple Mountain's Majesty
📋 copy color: '#9376AD'red 147 ◦ green 118 ◦ blue 173
Shades of Purple Mountain's Majesty #9376AD
Tints of Purple Mountain's Majesty #9376AD
RGB
CMYK
RGB Variations
Color information
#9376AD (or 0x9376AD) is known color: Purple Mountain's Majesty. HEX triplet: 93, 76 and AD. RGB value is (147,118,173). Sum of RGB (Red+Green+Blue) = 147+118+173=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #9376AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9376AD is #6C8952. Grayscale: #848484. Windows color (decimal): -7113043 or 11368083. OLE color: 11368083.
HSL color Cylindrical-coordinate representation of color #9376AD: hue angle of 271.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9376AD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 118 | 173 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.32 |
| HSL | 271.64º | 0.25% | 0.57% | - |
| HSV(B) | 271.64º | 0.32% | 0.68% | - |
| XYZ | 26.05 | 22.18 | 42.44 | - |
| YUV | 132.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 118 | 173 | 0.15 | 0.32 | 0 | 0.32 | 271.64 | 0.25 | 0.57 |
| Hex | 93 | 76 | AD | F | 20 | 0 | 20 | 110 | 19 | 39 |
| Octal | 223 | 166 | 255 | 17 | 40 | 0 | 40 | 420 | 31 | 71 |
| Binary | 10010011 | 1110110 | 10101101 | 1111 | 100000 | 0 | 100000 | 100010000 | 11001 | 111001 |
Color Harmonies of #9376AD
Complementary color
Monochromatic Colors of #9376AD
Black with #9376AD
Text Example
Text Example
White with #9376AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9376AD; }
p { color: rgb(147,118,173); }
H1.HeaderClassName
{
color: #9376AD;
}
.AnyTagClassName
{
color: #9376AD;
}
</style>
background-color css
<style>
a { background-color: #9376AD; }
a { background-color: rgb(147,118,173); }
div.DivClassName
{
background-color: #9376AD;
}
.BgClassName
{
background-color: #9376AD;
}
</style>
border-color css
<style>
span { border-color: #9376AD; }
span { border-color: rgb(147,118,173); }
td.TdClassName
{
border-color: #9376AD;
}
.TagClassName
{
border-color: #9376AD;
}
</style>