Html Css Color HEX #9478AE Purple Mountain's Majesty
📋 copy color: '#9478AE'red 148 ◦ green 120 ◦ blue 174
Shades of Purple Mountain's Majesty #9478AE
Tints of Purple Mountain's Majesty #9478AE
RGB
CMYK
RGB Variations
Color information
#9478AE (or 0x9478AE) is known color: Purple Mountain's Majesty. HEX triplet: 94, 78 and AE. RGB value is (148,120,174). Sum of RGB (Red+Green+Blue) = 148+120+174=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #9478AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9478AE is #6B8751. Grayscale: #868686. Windows color (decimal): -7046994 or 11434132. OLE color: 11434132.
HSL color Cylindrical-coordinate representation of color #9478AE: hue angle of 271.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9478AE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 120 | 174 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.32 |
| HSL | 271.11º | 0.25% | 0.58% | - |
| HSV(B) | 271.11º | 0.31% | 0.68% | - |
| XYZ | 26.57 | 22.78 | 43.04 | - |
| YUV | 134.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 174 | 0.15 | 0.31 | 0 | 0.32 | 271.11 | 0.25 | 0.58 |
| Hex | 94 | 78 | AE | F | 1F | 0 | 20 | 10F | 19 | 3A |
| Octal | 224 | 170 | 256 | 17 | 37 | 0 | 40 | 417 | 31 | 72 |
| Binary | 10010100 | 1111000 | 10101110 | 1111 | 11111 | 0 | 100000 | 100001111 | 11001 | 111010 |
Color Harmonies of #9478AE
Complementary color
Monochromatic Colors of #9478AE
Black with #9478AE
Text Example
Text Example
White with #9478AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9478AE; }
p { color: rgb(148,120,174); }
H1.HeaderClassName
{
color: #9478AE;
}
.AnyTagClassName
{
color: #9478AE;
}
</style>
background-color css
<style>
a { background-color: #9478AE; }
a { background-color: rgb(148,120,174); }
div.DivClassName
{
background-color: #9478AE;
}
.BgClassName
{
background-color: #9478AE;
}
</style>
border-color css
<style>
span { border-color: #9478AE; }
span { border-color: rgb(148,120,174); }
td.TdClassName
{
border-color: #9478AE;
}
.TagClassName
{
border-color: #9478AE;
}
</style>