Html Css Color HEX #9575B2 Purple Mountain's Majesty
📋 copy color: '#9575B2'red 149 ◦ green 117 ◦ blue 178
Shades of Purple Mountain's Majesty #9575B2
Tints of Purple Mountain's Majesty #9575B2
RGB
CMYK
RGB Variations
Color information
#9575B2 (or 0x9575B2) is known color: Purple Mountain's Majesty. HEX triplet: 95, 75 and B2. RGB value is (149,117,178). Sum of RGB (Red+Green+Blue) = 149+117+178=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #9575B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9575B2 is #6A8A4D. Grayscale: #858585. Windows color (decimal): -6982222 or 11695509. OLE color: 11695509.
HSL color Cylindrical-coordinate representation of color #9575B2: hue angle of 271.48º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9575B2 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 117 | 178 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.30 |
| HSL | 271.48º | 0.28% | 0.58% | - |
| HSV(B) | 271.48º | 0.34% | 0.7% | - |
| XYZ | 26.79 | 22.33 | 45.02 | - |
| YUV | 133.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 178 | 0.16 | 0.34 | 0 | 0.30 | 271.48 | 0.28 | 0.58 |
| Hex | 95 | 75 | B2 | 10 | 22 | 0 | 1E | 10F | 1C | 3A |
| Octal | 225 | 165 | 262 | 20 | 42 | 0 | 36 | 417 | 34 | 72 |
| Binary | 10010101 | 1110101 | 10110010 | 10000 | 100010 | 0 | 11110 | 100001111 | 11100 | 111010 |
Color Harmonies of #9575B2
Complementary color
Monochromatic Colors of #9575B2
Black with #9575B2
Text Example
Text Example
White with #9575B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9575B2; }
p { color: rgb(149,117,178); }
H1.HeaderClassName
{
color: #9575B2;
}
.AnyTagClassName
{
color: #9575B2;
}
</style>
background-color css
<style>
a { background-color: #9575B2; }
a { background-color: rgb(149,117,178); }
div.DivClassName
{
background-color: #9575B2;
}
.BgClassName
{
background-color: #9575B2;
}
</style>
border-color css
<style>
span { border-color: #9575B2; }
span { border-color: rgb(149,117,178); }
td.TdClassName
{
border-color: #9575B2;
}
.TagClassName
{
border-color: #9575B2;
}
</style>