Html Css Color HEX #9486AA Purple Mountain's Majesty
📋 copy color: '#9486AA'red 148 ◦ green 134 ◦ blue 170
Shades of Purple Mountain's Majesty #9486AA
Tints of Purple Mountain's Majesty #9486AA
RGB
CMYK
RGB Variations
Color information
#9486AA (or 0x9486AA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 86 and AA. RGB value is (148,134,170). Sum of RGB (Red+Green+Blue) = 148+134+170=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #9486AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9486AA is #6B7955. Grayscale: #8E8E8E. Windows color (decimal): -7043414 or 11175572. OLE color: 11175572.
HSL color Cylindrical-coordinate representation of color #9486AA: hue angle of 263.33º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9486AA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 134 | 170 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.33 |
| HSL | 263.33º | 0.17% | 0.6% | - |
| HSV(B) | 263.33º | 0.21% | 0.67% | - |
| XYZ | 27.99 | 26.25 | 41.62 | - |
| YUV | 142.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 170 | 0.13 | 0.21 | 0 | 0.33 | 263.33 | 0.17 | 0.6 |
| Hex | 94 | 86 | AA | D | 15 | 0 | 21 | 107 | 11 | 3C |
| Octal | 224 | 206 | 252 | 15 | 25 | 0 | 41 | 407 | 21 | 74 |
| Binary | 10010100 | 10000110 | 10101010 | 1101 | 10101 | 0 | 100001 | 100000111 | 10001 | 111100 |
Color Harmonies of #9486AA
Complementary color
Monochromatic Colors of #9486AA
Black with #9486AA
Text Example
Text Example
White with #9486AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9486AA; }
p { color: rgb(148,134,170); }
H1.HeaderClassName
{
color: #9486AA;
}
.AnyTagClassName
{
color: #9486AA;
}
</style>
background-color css
<style>
a { background-color: #9486AA; }
a { background-color: rgb(148,134,170); }
div.DivClassName
{
background-color: #9486AA;
}
.BgClassName
{
background-color: #9486AA;
}
</style>
border-color css
<style>
span { border-color: #9486AA; }
span { border-color: rgb(148,134,170); }
td.TdClassName
{
border-color: #9486AA;
}
.TagClassName
{
border-color: #9486AA;
}
</style>