Html Css Color HEX #9576B1 Purple Mountain's Majesty
📋 copy color: '#9576B1'red 149 ◦ green 118 ◦ blue 177
Shades of Purple Mountain's Majesty #9576B1
Tints of Purple Mountain's Majesty #9576B1
RGB
CMYK
RGB Variations
Color information
#9576B1 (or 0x9576B1) is known color: Purple Mountain's Majesty. HEX triplet: 95, 76 and B1. RGB value is (149,118,177). Sum of RGB (Red+Green+Blue) = 149+118+177=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 177 - color contains mainly: blue. Hex color #9576B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9576B1 is #6A894E. Grayscale: #858585. Windows color (decimal): -6981967 or 11630229. OLE color: 11630229.
HSL color Cylindrical-coordinate representation of color #9576B1: hue angle of 271.53º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9576B1 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 118 | 177 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.31 |
| HSL | 271.53º | 0.27% | 0.58% | - |
| HSV(B) | 271.53º | 0.33% | 0.69% | - |
| XYZ | 26.81 | 22.52 | 44.53 | - |
| YUV | 134 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 177 | 0.16 | 0.33 | 0 | 0.31 | 271.53 | 0.27 | 0.58 |
| Hex | 95 | 76 | B1 | 10 | 21 | 0 | 1F | 110 | 1B | 3A |
| Octal | 225 | 166 | 261 | 20 | 41 | 0 | 37 | 420 | 33 | 72 |
| Binary | 10010101 | 1110110 | 10110001 | 10000 | 100001 | 0 | 11111 | 100010000 | 11011 | 111010 |
Color Harmonies of #9576B1
Complementary color
Monochromatic Colors of #9576B1
Black with #9576B1
Text Example
Text Example
White with #9576B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9576B1; }
p { color: rgb(149,118,177); }
H1.HeaderClassName
{
color: #9576B1;
}
.AnyTagClassName
{
color: #9576B1;
}
</style>
background-color css
<style>
a { background-color: #9576B1; }
a { background-color: rgb(149,118,177); }
div.DivClassName
{
background-color: #9576B1;
}
.BgClassName
{
background-color: #9576B1;
}
</style>
border-color css
<style>
span { border-color: #9576B1; }
span { border-color: rgb(149,118,177); }
td.TdClassName
{
border-color: #9576B1;
}
.TagClassName
{
border-color: #9576B1;
}
</style>