Html Css Color HEX #9078AA Purple Mountain's Majesty
📋 copy color: '#9078AA'red 144 ◦ green 120 ◦ blue 170
Shades of Purple Mountain's Majesty #9078AA
Tints of Purple Mountain's Majesty #9078AA
RGB
CMYK
RGB Variations
Color information
#9078AA (or 0x9078AA) is known color: Purple Mountain's Majesty. HEX triplet: 90, 78 and AA. RGB value is (144,120,170). Sum of RGB (Red+Green+Blue) = 144+120+170=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #9078AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9078AA is #6F8755. Grayscale: #848484. Windows color (decimal): -7309142 or 11171984. OLE color: 11171984.
HSL color Cylindrical-coordinate representation of color #9078AA: hue angle of 268.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9078AA is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 120 | 170 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.33 |
| HSL | 268.8º | 0.23% | 0.57% | - |
| HSV(B) | 268.8º | 0.29% | 0.67% | - |
| XYZ | 25.47 | 22.26 | 40.99 | - |
| YUV | 132.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 170 | 0.15 | 0.29 | 0 | 0.33 | 268.8 | 0.23 | 0.57 |
| Hex | 90 | 78 | AA | F | 1D | 0 | 21 | 10D | 17 | 39 |
| Octal | 220 | 170 | 252 | 17 | 35 | 0 | 41 | 415 | 27 | 71 |
| Binary | 10010000 | 1111000 | 10101010 | 1111 | 11101 | 0 | 100001 | 100001101 | 10111 | 111001 |
Color Harmonies of #9078AA
Complementary color
Monochromatic Colors of #9078AA
Black with #9078AA
Text Example
Text Example
White with #9078AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078AA; }
p { color: rgb(144,120,170); }
H1.HeaderClassName
{
color: #9078AA;
}
.AnyTagClassName
{
color: #9078AA;
}
</style>
background-color css
<style>
a { background-color: #9078AA; }
a { background-color: rgb(144,120,170); }
div.DivClassName
{
background-color: #9078AA;
}
.BgClassName
{
background-color: #9078AA;
}
</style>
border-color css
<style>
span { border-color: #9078AA; }
span { border-color: rgb(144,120,170); }
td.TdClassName
{
border-color: #9078AA;
}
.TagClassName
{
border-color: #9078AA;
}
</style>