Html Css Color HEX #9580BA Purple Mountain's Majesty
📋 copy color: '#9580BA'red 149 ◦ green 128 ◦ blue 186
Shades of Purple Mountain's Majesty #9580BA
Tints of Purple Mountain's Majesty #9580BA
RGB
CMYK
RGB Variations
Color information
#9580BA (or 0x9580BA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 80 and BA. RGB value is (149,128,186). Sum of RGB (Red+Green+Blue) = 149+128+186=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #9580BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580BA is #6A7F45. Grayscale: #8C8C8C. Windows color (decimal): -6979398 or 12222613. OLE color: 12222613.
HSL color Cylindrical-coordinate representation of color #9580BA: hue angle of 261.72º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9580BA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 128 | 186 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.27 |
| HSL | 261.72º | 0.3% | 0.62% | - |
| HSV(B) | 261.72º | 0.31% | 0.73% | - |
| XYZ | 28.98 | 25.37 | 49.82 | - |
| YUV | 140.89 | 153.46 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 186 | 0.20 | 0.31 | 0 | 0.27 | 261.72 | 0.3 | 0.62 |
| Hex | 95 | 80 | BA | 14 | 1F | 0 | 1B | 106 | 1E | 3E |
| Octal | 225 | 200 | 272 | 24 | 37 | 0 | 33 | 406 | 36 | 76 |
| Binary | 10010101 | 10000000 | 10111010 | 10100 | 11111 | 0 | 11011 | 100000110 | 11110 | 111110 |
Color Harmonies of #9580BA
Complementary color
Monochromatic Colors of #9580BA
Black with #9580BA
Text Example
Text Example
White with #9580BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9580BA; }
p { color: rgb(149,128,186); }
H1.HeaderClassName
{
color: #9580BA;
}
.AnyTagClassName
{
color: #9580BA;
}
</style>
background-color css
<style>
a { background-color: #9580BA; }
a { background-color: rgb(149,128,186); }
div.DivClassName
{
background-color: #9580BA;
}
.BgClassName
{
background-color: #9580BA;
}
</style>
border-color css
<style>
span { border-color: #9580BA; }
span { border-color: rgb(149,128,186); }
td.TdClassName
{
border-color: #9580BA;
}
.TagClassName
{
border-color: #9580BA;
}
</style>