Html Css Color HEX #9476BA Purple Mountain's Majesty
📋 copy color: '#9476BA'red 148 ◦ green 118 ◦ blue 186
Shades of Purple Mountain's Majesty #9476BA
Tints of Purple Mountain's Majesty #9476BA
RGB
CMYK
RGB Variations
Color information
#9476BA (or 0x9476BA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 76 and BA. RGB value is (148,118,186). Sum of RGB (Red+Green+Blue) = 148+118+186=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 118 (46.48% from 255 or 26.11% 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 #9476BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476BA is #6B8945. Grayscale: #868686. Windows color (decimal): -7047494 or 12220052. OLE color: 12220052.
HSL color Cylindrical-coordinate representation of color #9476BA: hue angle of 266.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9476BA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 118 | 186 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.27 |
| HSL | 266.47º | 0.33% | 0.6% | - |
| HSV(B) | 266.47º | 0.37% | 0.73% | - |
| XYZ | 27.55 | 22.8 | 49.4 | - |
| YUV | 134.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 186 | 0.20 | 0.37 | 0 | 0.27 | 266.47 | 0.33 | 0.6 |
| Hex | 94 | 76 | BA | 14 | 25 | 0 | 1B | 10A | 21 | 3C |
| Octal | 224 | 166 | 272 | 24 | 45 | 0 | 33 | 412 | 41 | 74 |
| Binary | 10010100 | 1110110 | 10111010 | 10100 | 100101 | 0 | 11011 | 100001010 | 100001 | 111100 |
Color Harmonies of #9476BA
Complementary color
Monochromatic Colors of #9476BA
Black with #9476BA
Text Example
Text Example
White with #9476BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9476BA; }
p { color: rgb(148,118,186); }
H1.HeaderClassName
{
color: #9476BA;
}
.AnyTagClassName
{
color: #9476BA;
}
</style>
background-color css
<style>
a { background-color: #9476BA; }
a { background-color: rgb(148,118,186); }
div.DivClassName
{
background-color: #9476BA;
}
.BgClassName
{
background-color: #9476BA;
}
</style>
border-color css
<style>
span { border-color: #9476BA; }
span { border-color: rgb(148,118,186); }
td.TdClassName
{
border-color: #9476BA;
}
.TagClassName
{
border-color: #9476BA;
}
</style>