Html Css Color HEX #9A7FAE Purple Mountain's Majesty
📋 copy color: '#9A7FAE'red 154 ◦ green 127 ◦ blue 174
Shades of Purple Mountain's Majesty #9A7FAE
Tints of Purple Mountain's Majesty #9A7FAE
RGB
CMYK
RGB Variations
Color information
#9A7FAE (or 0x9A7FAE) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7F and AE. RGB value is (154,127,174). Sum of RGB (Red+Green+Blue) = 154+127+174=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7FAE is #658051. Grayscale: #8C8C8C. Windows color (decimal): -6651986 or 11435930. OLE color: 11435930.
HSL color Cylindrical-coordinate representation of color #9A7FAE: hue angle of 274.47º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A7FAE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 127 | 174 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.32 |
| HSL | 274.47º | 0.22% | 0.59% | - |
| HSV(B) | 274.47º | 0.27% | 0.68% | - |
| XYZ | 28.56 | 25.1 | 43.39 | - |
| YUV | 140.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 174 | 0.11 | 0.27 | 0 | 0.32 | 274.47 | 0.22 | 0.59 |
| Hex | 9A | 7F | AE | B | 1B | 0 | 20 | 112 | 16 | 3B |
| Octal | 232 | 177 | 256 | 13 | 33 | 0 | 40 | 422 | 26 | 73 |
| Binary | 10011010 | 1111111 | 10101110 | 1011 | 11011 | 0 | 100000 | 100010010 | 10110 | 111011 |
Color Harmonies of #9A7FAE
Complementary color
Monochromatic Colors of #9A7FAE
Black with #9A7FAE
Text Example
Text Example
White with #9A7FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FAE; }
p { color: rgb(154,127,174); }
H1.HeaderClassName
{
color: #9A7FAE;
}
.AnyTagClassName
{
color: #9A7FAE;
}
</style>
background-color css
<style>
a { background-color: #9A7FAE; }
a { background-color: rgb(154,127,174); }
div.DivClassName
{
background-color: #9A7FAE;
}
.BgClassName
{
background-color: #9A7FAE;
}
</style>
border-color css
<style>
span { border-color: #9A7FAE; }
span { border-color: rgb(154,127,174); }
td.TdClassName
{
border-color: #9A7FAE;
}
.TagClassName
{
border-color: #9A7FAE;
}
</style>