Html Css Color HEX #9278AE Purple Mountain's Majesty
📋 copy color: '#9278AE'red 146 ◦ green 120 ◦ blue 174
Shades of Purple Mountain's Majesty #9278AE
Tints of Purple Mountain's Majesty #9278AE
RGB
CMYK
RGB Variations
Color information
#9278AE (or 0x9278AE) is known color: Purple Mountain's Majesty. HEX triplet: 92, 78 and AE. RGB value is (146,120,174). Sum of RGB (Red+Green+Blue) = 146+120+174=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #9278AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9278AE is #6D8751. Grayscale: #858585. Windows color (decimal): -7178066 or 11434130. OLE color: 11434130.
HSL color Cylindrical-coordinate representation of color #9278AE: hue angle of 268.89º 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 #9278AE is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 120 | 174 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.32 |
| HSL | 268.89º | 0.25% | 0.58% | - |
| HSV(B) | 268.89º | 0.31% | 0.68% | - |
| XYZ | 26.21 | 22.6 | 43.03 | - |
| YUV | 133.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 174 | 0.16 | 0.31 | 0 | 0.32 | 268.89 | 0.25 | 0.58 |
| Hex | 92 | 78 | AE | 10 | 1F | 0 | 20 | 10D | 19 | 3A |
| Octal | 222 | 170 | 256 | 20 | 37 | 0 | 40 | 415 | 31 | 72 |
| Binary | 10010010 | 1111000 | 10101110 | 10000 | 11111 | 0 | 100000 | 100001101 | 11001 | 111010 |
Color Harmonies of #9278AE
Complementary color
Monochromatic Colors of #9278AE
Black with #9278AE
Text Example
Text Example
White with #9278AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9278AE; }
p { color: rgb(146,120,174); }
H1.HeaderClassName
{
color: #9278AE;
}
.AnyTagClassName
{
color: #9278AE;
}
</style>
background-color css
<style>
a { background-color: #9278AE; }
a { background-color: rgb(146,120,174); }
div.DivClassName
{
background-color: #9278AE;
}
.BgClassName
{
background-color: #9278AE;
}
</style>
border-color css
<style>
span { border-color: #9278AE; }
span { border-color: rgb(146,120,174); }
td.TdClassName
{
border-color: #9278AE;
}
.TagClassName
{
border-color: #9278AE;
}
</style>