Html Css Color HEX #9476B6 Purple Mountain's Majesty
📋 copy color: '#9476B6'red 148 ◦ green 118 ◦ blue 182
Shades of Purple Mountain's Majesty #9476B6
Tints of Purple Mountain's Majesty #9476B6
RGB
CMYK
RGB Variations
Color information
#9476B6 (or 0x9476B6) is known color: Purple Mountain's Majesty. HEX triplet: 94, 76 and B6. RGB value is (148,118,182). Sum of RGB (Red+Green+Blue) = 148+118+182=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 182 - color contains mainly: blue. Hex color #9476B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9476B6 is #6B8949. Grayscale: #868686. Windows color (decimal): -7047498 or 11957908. OLE color: 11957908.
HSL color Cylindrical-coordinate representation of color #9476B6: hue angle of 268.12º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9476B6 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 118 | 182 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.29 |
| HSL | 268.13º | 0.3% | 0.59% | - |
| HSV(B) | 268.13º | 0.35% | 0.71% | - |
| XYZ | 27.13 | 22.63 | 47.19 | - |
| YUV | 134.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 182 | 0.19 | 0.35 | 0 | 0.29 | 268.13 | 0.3 | 0.59 |
| Hex | 94 | 76 | B6 | 13 | 23 | 0 | 1D | 10C | 1E | 3B |
| Octal | 224 | 166 | 266 | 23 | 43 | 0 | 35 | 414 | 36 | 73 |
| Binary | 10010100 | 1110110 | 10110110 | 10011 | 100011 | 0 | 11101 | 100001100 | 11110 | 111011 |
Color Harmonies of #9476B6
Complementary color
Monochromatic Colors of #9476B6
Black with #9476B6
Text Example
Text Example
White with #9476B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9476B6; }
p { color: rgb(148,118,182); }
H1.HeaderClassName
{
color: #9476B6;
}
.AnyTagClassName
{
color: #9476B6;
}
</style>
background-color css
<style>
a { background-color: #9476B6; }
a { background-color: rgb(148,118,182); }
div.DivClassName
{
background-color: #9476B6;
}
.BgClassName
{
background-color: #9476B6;
}
</style>
border-color css
<style>
span { border-color: #9476B6; }
span { border-color: rgb(148,118,182); }
td.TdClassName
{
border-color: #9476B6;
}
.TagClassName
{
border-color: #9476B6;
}
</style>