Html Css Color HEX #9477B1 Purple Mountain's Majesty
📋 copy color: '#9477B1'red 148 ◦ green 119 ◦ blue 177
Shades of Purple Mountain's Majesty #9477B1
Tints of Purple Mountain's Majesty #9477B1
RGB
CMYK
RGB Variations
Color information
#9477B1 (or 0x9477B1) is known color: Purple Mountain's Majesty. HEX triplet: 94, 77 and B1. RGB value is (148,119,177). Sum of RGB (Red+Green+Blue) = 148+119+177=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 119 (46.88% from 255 or 26.80% 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 #9477B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9477B1 is #6B884E. Grayscale: #868686. Windows color (decimal): -7047247 or 11630484. OLE color: 11630484.
HSL color Cylindrical-coordinate representation of color #9477B1: hue angle of 270º 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 #9477B1 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 119 | 177 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.31 |
| HSL | 270º | 0.27% | 0.58% | - |
| HSV(B) | 270º | 0.33% | 0.69% | - |
| XYZ | 26.75 | 22.66 | 44.56 | - |
| YUV | 134.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 119 | 177 | 0.16 | 0.33 | 0 | 0.31 | 270 | 0.27 | 0.58 |
| Hex | 94 | 77 | B1 | 10 | 21 | 0 | 1F | 10E | 1B | 3A |
| Octal | 224 | 167 | 261 | 20 | 41 | 0 | 37 | 416 | 33 | 72 |
| Binary | 10010100 | 1110111 | 10110001 | 10000 | 100001 | 0 | 11111 | 100001110 | 11011 | 111010 |
Color Harmonies of #9477B1
Complementary color
Monochromatic Colors of #9477B1
Black with #9477B1
Text Example
Text Example
White with #9477B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9477B1; }
p { color: rgb(148,119,177); }
H1.HeaderClassName
{
color: #9477B1;
}
.AnyTagClassName
{
color: #9477B1;
}
</style>
background-color css
<style>
a { background-color: #9477B1; }
a { background-color: rgb(148,119,177); }
div.DivClassName
{
background-color: #9477B1;
}
.BgClassName
{
background-color: #9477B1;
}
</style>
border-color css
<style>
span { border-color: #9477B1; }
span { border-color: rgb(148,119,177); }
td.TdClassName
{
border-color: #9477B1;
}
.TagClassName
{
border-color: #9477B1;
}
</style>