Html Css Color HEX #9A7EAF Purple Mountain's Majesty
📋 copy color: '#9A7EAF'red 154 ◦ green 126 ◦ blue 175
Shades of Purple Mountain's Majesty #9A7EAF
Tints of Purple Mountain's Majesty #9A7EAF
RGB
CMYK
RGB Variations
Color information
#9A7EAF (or 0x9A7EAF) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7E and AF. RGB value is (154,126,175). Sum of RGB (Red+Green+Blue) = 154+126+175=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A7EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7EAF is #658150. Grayscale: #8B8B8B. Windows color (decimal): -6652241 or 11501210. OLE color: 11501210.
HSL color Cylindrical-coordinate representation of color #9A7EAF: hue angle of 274.29º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A7EAF is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 126 | 175 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.31 |
| HSL | 274.29º | 0.23% | 0.59% | - |
| HSV(B) | 274.29º | 0.28% | 0.69% | - |
| XYZ | 28.53 | 24.89 | 43.86 | - |
| YUV | 139.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 175 | 0.12 | 0.28 | 0 | 0.31 | 274.29 | 0.23 | 0.59 |
| Hex | 9A | 7E | AF | C | 1C | 0 | 1F | 112 | 17 | 3B |
| Octal | 232 | 176 | 257 | 14 | 34 | 0 | 37 | 422 | 27 | 73 |
| Binary | 10011010 | 1111110 | 10101111 | 1100 | 11100 | 0 | 11111 | 100010010 | 10111 | 111011 |
Color Harmonies of #9A7EAF
Complementary color
Monochromatic Colors of #9A7EAF
Black with #9A7EAF
Text Example
Text Example
White with #9A7EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EAF; }
p { color: rgb(154,126,175); }
H1.HeaderClassName
{
color: #9A7EAF;
}
.AnyTagClassName
{
color: #9A7EAF;
}
</style>
background-color css
<style>
a { background-color: #9A7EAF; }
a { background-color: rgb(154,126,175); }
div.DivClassName
{
background-color: #9A7EAF;
}
.BgClassName
{
background-color: #9A7EAF;
}
</style>
border-color css
<style>
span { border-color: #9A7EAF; }
span { border-color: rgb(154,126,175); }
td.TdClassName
{
border-color: #9A7EAF;
}
.TagClassName
{
border-color: #9A7EAF;
}
</style>