Html Css Color HEX #9A7FAD Purple Mountain's Majesty
📋 copy color: '#9A7FAD'red 154 ◦ green 127 ◦ blue 173
Shades of Purple Mountain's Majesty #9A7FAD
Tints of Purple Mountain's Majesty #9A7FAD
RGB
CMYK
RGB Variations
Color information
#9A7FAD (or 0x9A7FAD) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 7F and AD. RGB value is (154,127,173). Sum of RGB (Red+Green+Blue) = 154+127+173=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A7FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7FAD is #658052. Grayscale: #8C8C8C. Windows color (decimal): -6651987 or 11370394. OLE color: 11370394.
HSL color Cylindrical-coordinate representation of color #9A7FAD: hue angle of 275.22º 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 #9A7FAD is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 127 | 173 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.32 |
| HSL | 275.22º | 0.22% | 0.59% | - |
| HSV(B) | 275.22º | 0.27% | 0.68% | - |
| XYZ | 28.46 | 25.07 | 42.87 | - |
| YUV | 140.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 173 | 0.11 | 0.27 | 0 | 0.32 | 275.22 | 0.22 | 0.59 |
| Hex | 9A | 7F | AD | B | 1B | 0 | 20 | 113 | 16 | 3B |
| Octal | 232 | 177 | 255 | 13 | 33 | 0 | 40 | 423 | 26 | 73 |
| Binary | 10011010 | 1111111 | 10101101 | 1011 | 11011 | 0 | 100000 | 100010011 | 10110 | 111011 |
Color Harmonies of #9A7FAD
Complementary color
Monochromatic Colors of #9A7FAD
Black with #9A7FAD
Text Example
Text Example
White with #9A7FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7FAD; }
p { color: rgb(154,127,173); }
H1.HeaderClassName
{
color: #9A7FAD;
}
.AnyTagClassName
{
color: #9A7FAD;
}
</style>
background-color css
<style>
a { background-color: #9A7FAD; }
a { background-color: rgb(154,127,173); }
div.DivClassName
{
background-color: #9A7FAD;
}
.BgClassName
{
background-color: #9A7FAD;
}
</style>
border-color css
<style>
span { border-color: #9A7FAD; }
span { border-color: rgb(154,127,173); }
td.TdClassName
{
border-color: #9A7FAD;
}
.TagClassName
{
border-color: #9A7FAD;
}
</style>