Html Css Color HEX #9A82AE Purple Mountain's Majesty
📋 copy color: '#9A82AE'red 154 ◦ green 130 ◦ blue 174
Shades of Purple Mountain's Majesty #9A82AE
Tints of Purple Mountain's Majesty #9A82AE
RGB
CMYK
RGB Variations
Color information
#9A82AE (or 0x9A82AE) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 82 and AE. RGB value is (154,130,174). Sum of RGB (Red+Green+Blue) = 154+130+174=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A82AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A82AE is #657D51. Grayscale: #8E8E8E. Windows color (decimal): -6651218 or 11436698. OLE color: 11436698.
HSL color Cylindrical-coordinate representation of color #9A82AE: hue angle of 272.73º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A82AE is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 130 | 174 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.32 |
| HSL | 272.73º | 0.21% | 0.6% | - |
| HSV(B) | 272.73º | 0.25% | 0.68% | - |
| XYZ | 28.95 | 25.89 | 43.52 | - |
| YUV | 142.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 174 | 0.11 | 0.25 | 0 | 0.32 | 272.73 | 0.21 | 0.6 |
| Hex | 9A | 82 | AE | B | 19 | 0 | 20 | 111 | 15 | 3C |
| Octal | 232 | 202 | 256 | 13 | 31 | 0 | 40 | 421 | 25 | 74 |
| Binary | 10011010 | 10000010 | 10101110 | 1011 | 11001 | 0 | 100000 | 100010001 | 10101 | 111100 |
Color Harmonies of #9A82AE
Complementary color
Monochromatic Colors of #9A82AE
Black with #9A82AE
Text Example
Text Example
White with #9A82AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A82AE; }
p { color: rgb(154,130,174); }
H1.HeaderClassName
{
color: #9A82AE;
}
.AnyTagClassName
{
color: #9A82AE;
}
</style>
background-color css
<style>
a { background-color: #9A82AE; }
a { background-color: rgb(154,130,174); }
div.DivClassName
{
background-color: #9A82AE;
}
.BgClassName
{
background-color: #9A82AE;
}
</style>
border-color css
<style>
span { border-color: #9A82AE; }
span { border-color: rgb(154,130,174); }
td.TdClassName
{
border-color: #9A82AE;
}
.TagClassName
{
border-color: #9A82AE;
}
</style>