Html Css Color HEX #9576BA Purple Mountain's Majesty
📋 copy color: '#9576BA'red 149 ◦ green 118 ◦ blue 186
Shades of Purple Mountain's Majesty #9576BA
Tints of Purple Mountain's Majesty #9576BA
RGB
CMYK
RGB Variations
Color information
#9576BA (or 0x9576BA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 76 and BA. RGB value is (149,118,186). Sum of RGB (Red+Green+Blue) = 149+118+186=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #9576BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9576BA is #6A8945. Grayscale: #868686. Windows color (decimal): -6981958 or 12220053. OLE color: 12220053.
HSL color Cylindrical-coordinate representation of color #9576BA: hue angle of 267.35º 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 #9576BA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 118 | 186 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.27 |
| HSL | 267.35º | 0.33% | 0.6% | - |
| HSV(B) | 267.35º | 0.37% | 0.73% | - |
| XYZ | 27.74 | 22.89 | 49.41 | - |
| YUV | 135.02 | 156.77 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 186 | 0.20 | 0.37 | 0 | 0.27 | 267.35 | 0.33 | 0.6 |
| Hex | 95 | 76 | BA | 14 | 25 | 0 | 1B | 10B | 21 | 3C |
| Octal | 225 | 166 | 272 | 24 | 45 | 0 | 33 | 413 | 41 | 74 |
| Binary | 10010101 | 1110110 | 10111010 | 10100 | 100101 | 0 | 11011 | 100001011 | 100001 | 111100 |
Color Harmonies of #9576BA
Complementary color
Monochromatic Colors of #9576BA
Black with #9576BA
Text Example
Text Example
White with #9576BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9576BA; }
p { color: rgb(149,118,186); }
H1.HeaderClassName
{
color: #9576BA;
}
.AnyTagClassName
{
color: #9576BA;
}
</style>
background-color css
<style>
a { background-color: #9576BA; }
a { background-color: rgb(149,118,186); }
div.DivClassName
{
background-color: #9576BA;
}
.BgClassName
{
background-color: #9576BA;
}
</style>
border-color css
<style>
span { border-color: #9576BA; }
span { border-color: rgb(149,118,186); }
td.TdClassName
{
border-color: #9576BA;
}
.TagClassName
{
border-color: #9576BA;
}
</style>