Html Css Color HEX #9476BB Purple Mountain's Majesty
📋 copy color: '#9476BB'red 148 ◦ green 118 ◦ blue 187
Shades of Purple Mountain's Majesty #9476BB
Tints of Purple Mountain's Majesty #9476BB
RGB
CMYK
RGB Variations
Color information
#9476BB (or 0x9476BB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 76 and BB. RGB value is (148,118,187). Sum of RGB (Red+Green+Blue) = 148+118+187=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #9476BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476BB is #6B8944. Grayscale: #868686. Windows color (decimal): -7047493 or 12285588. OLE color: 12285588.
HSL color Cylindrical-coordinate representation of color #9476BB: hue angle of 266.09º degrees, saturation: 0.34, 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 #9476BB is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 118 | 187 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.27 |
| HSL | 266.09º | 0.34% | 0.6% | - |
| HSV(B) | 266.09º | 0.37% | 0.73% | - |
| XYZ | 27.66 | 22.84 | 49.96 | - |
| YUV | 134.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 187 | 0.21 | 0.37 | 0 | 0.27 | 266.09 | 0.34 | 0.6 |
| Hex | 94 | 76 | BB | 15 | 25 | 0 | 1B | 10A | 22 | 3C |
| Octal | 224 | 166 | 273 | 25 | 45 | 0 | 33 | 412 | 42 | 74 |
| Binary | 10010100 | 1110110 | 10111011 | 10101 | 100101 | 0 | 11011 | 100001010 | 100010 | 111100 |
Color Harmonies of #9476BB
Complementary color
Monochromatic Colors of #9476BB
Black with #9476BB
Text Example
Text Example
White with #9476BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9476BB; }
p { color: rgb(148,118,187); }
H1.HeaderClassName
{
color: #9476BB;
}
.AnyTagClassName
{
color: #9476BB;
}
</style>
background-color css
<style>
a { background-color: #9476BB; }
a { background-color: rgb(148,118,187); }
div.DivClassName
{
background-color: #9476BB;
}
.BgClassName
{
background-color: #9476BB;
}
</style>
border-color css
<style>
span { border-color: #9476BB; }
span { border-color: rgb(148,118,187); }
td.TdClassName
{
border-color: #9476BB;
}
.TagClassName
{
border-color: #9476BB;
}
</style>