Html Css Color HEX #9380AE Purple Mountain's Majesty
📋 copy color: '#9380AE'red 147 ◦ green 128 ◦ blue 174
Shades of Purple Mountain's Majesty #9380AE
Tints of Purple Mountain's Majesty #9380AE
RGB
CMYK
RGB Variations
Color information
#9380AE (or 0x9380AE) is known color: Purple Mountain's Majesty. HEX triplet: 93, 80 and AE. RGB value is (147,128,174). Sum of RGB (Red+Green+Blue) = 147+128+174=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #9380AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9380AE is #6C7F51. Grayscale: #8A8A8A. Windows color (decimal): -7110482 or 11436179. OLE color: 11436179.
HSL color Cylindrical-coordinate representation of color #9380AE: hue angle of 264.78º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9380AE is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 128 | 174 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.32 |
| HSL | 264.78º | 0.22% | 0.59% | - |
| HSV(B) | 264.78º | 0.26% | 0.68% | - |
| XYZ | 27.39 | 24.7 | 43.37 | - |
| YUV | 138.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 174 | 0.16 | 0.26 | 0 | 0.32 | 264.78 | 0.22 | 0.59 |
| Hex | 93 | 80 | AE | 10 | 1A | 0 | 20 | 109 | 16 | 3B |
| Octal | 223 | 200 | 256 | 20 | 32 | 0 | 40 | 411 | 26 | 73 |
| Binary | 10010011 | 10000000 | 10101110 | 10000 | 11010 | 0 | 100000 | 100001001 | 10110 | 111011 |
Color Harmonies of #9380AE
Complementary color
Monochromatic Colors of #9380AE
Black with #9380AE
Text Example
Text Example
White with #9380AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9380AE; }
p { color: rgb(147,128,174); }
H1.HeaderClassName
{
color: #9380AE;
}
.AnyTagClassName
{
color: #9380AE;
}
</style>
background-color css
<style>
a { background-color: #9380AE; }
a { background-color: rgb(147,128,174); }
div.DivClassName
{
background-color: #9380AE;
}
.BgClassName
{
background-color: #9380AE;
}
</style>
border-color css
<style>
span { border-color: #9380AE; }
span { border-color: rgb(147,128,174); }
td.TdClassName
{
border-color: #9380AE;
}
.TagClassName
{
border-color: #9380AE;
}
</style>