Html Css Color HEX #9575BA Purple Mountain's Majesty
📋 copy color: '#9575BA'red 149 ◦ green 117 ◦ blue 186
Shades of Purple Mountain's Majesty #9575BA
Tints of Purple Mountain's Majesty #9575BA
RGB
CMYK
RGB Variations
Color information
#9575BA (or 0x9575BA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 75 and BA. RGB value is (149,117,186). Sum of RGB (Red+Green+Blue) = 149+117+186=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #9575BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9575BA is #6A8A45. Grayscale: #868686. Windows color (decimal): -6982214 or 12219797. OLE color: 12219797.
HSL color Cylindrical-coordinate representation of color #9575BA: hue angle of 267.83º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9575BA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 117 | 186 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.27 |
| HSL | 267.83º | 0.33% | 0.59% | - |
| HSV(B) | 267.83º | 0.37% | 0.73% | - |
| XYZ | 27.62 | 22.66 | 49.37 | - |
| YUV | 134.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 186 | 0.20 | 0.37 | 0 | 0.27 | 267.83 | 0.33 | 0.59 |
| Hex | 95 | 75 | BA | 14 | 25 | 0 | 1B | 10C | 21 | 3B |
| Octal | 225 | 165 | 272 | 24 | 45 | 0 | 33 | 414 | 41 | 73 |
| Binary | 10010101 | 1110101 | 10111010 | 10100 | 100101 | 0 | 11011 | 100001100 | 100001 | 111011 |
Color Harmonies of #9575BA
Complementary color
Monochromatic Colors of #9575BA
Black with #9575BA
Text Example
Text Example
White with #9575BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9575BA; }
p { color: rgb(149,117,186); }
H1.HeaderClassName
{
color: #9575BA;
}
.AnyTagClassName
{
color: #9575BA;
}
</style>
background-color css
<style>
a { background-color: #9575BA; }
a { background-color: rgb(149,117,186); }
div.DivClassName
{
background-color: #9575BA;
}
.BgClassName
{
background-color: #9575BA;
}
</style>
border-color css
<style>
span { border-color: #9575BA; }
span { border-color: rgb(149,117,186); }
td.TdClassName
{
border-color: #9575BA;
}
.TagClassName
{
border-color: #9575BA;
}
</style>