Html Css Color HEX #9078AE Purple Mountain's Majesty
📋 copy color: '#9078AE'red 144 ◦ green 120 ◦ blue 174
Shades of Purple Mountain's Majesty #9078AE
Tints of Purple Mountain's Majesty #9078AE
RGB
CMYK
RGB Variations
Color information
#9078AE (or 0x9078AE) is known color: Purple Mountain's Majesty. HEX triplet: 90, 78 and AE. RGB value is (144,120,174). Sum of RGB (Red+Green+Blue) = 144+120+174=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #9078AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9078AE is #6F8751. Grayscale: #858585. Windows color (decimal): -7309138 or 11434128. OLE color: 11434128.
HSL color Cylindrical-coordinate representation of color #9078AE: hue angle of 266.67º 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 #9078AE is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 120 | 174 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.32 |
| HSL | 266.67º | 0.25% | 0.58% | - |
| HSV(B) | 266.67º | 0.31% | 0.68% | - |
| XYZ | 25.86 | 22.42 | 43.01 | - |
| YUV | 133.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 174 | 0.17 | 0.31 | 0 | 0.32 | 266.67 | 0.25 | 0.58 |
| Hex | 90 | 78 | AE | 11 | 1F | 0 | 20 | 10B | 19 | 3A |
| Octal | 220 | 170 | 256 | 21 | 37 | 0 | 40 | 413 | 31 | 72 |
| Binary | 10010000 | 1111000 | 10101110 | 10001 | 11111 | 0 | 100000 | 100001011 | 11001 | 111010 |
Color Harmonies of #9078AE
Complementary color
Monochromatic Colors of #9078AE
Black with #9078AE
Text Example
Text Example
White with #9078AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078AE; }
p { color: rgb(144,120,174); }
H1.HeaderClassName
{
color: #9078AE;
}
.AnyTagClassName
{
color: #9078AE;
}
</style>
background-color css
<style>
a { background-color: #9078AE; }
a { background-color: rgb(144,120,174); }
div.DivClassName
{
background-color: #9078AE;
}
.BgClassName
{
background-color: #9078AE;
}
</style>
border-color css
<style>
span { border-color: #9078AE; }
span { border-color: rgb(144,120,174); }
td.TdClassName
{
border-color: #9078AE;
}
.TagClassName
{
border-color: #9078AE;
}
</style>