Html Css Color HEX #9487AA Purple Mountain's Majesty
📋 copy color: '#9487AA'red 148 ◦ green 135 ◦ blue 170
Shades of Purple Mountain's Majesty #9487AA
Tints of Purple Mountain's Majesty #9487AA
RGB
CMYK
RGB Variations
Color information
#9487AA (or 0x9487AA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 87 and AA. RGB value is (148,135,170). Sum of RGB (Red+Green+Blue) = 148+135+170=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #9487AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9487AA is #6B7855. Grayscale: #8E8E8E. Windows color (decimal): -7043158 or 11175828. OLE color: 11175828.
HSL color Cylindrical-coordinate representation of color #9487AA: hue angle of 262.29º 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 #9487AA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 135 | 170 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.33 |
| HSL | 262.29º | 0.17% | 0.6% | - |
| HSV(B) | 262.29º | 0.21% | 0.67% | - |
| XYZ | 28.13 | 26.53 | 41.67 | - |
| YUV | 142.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 135 | 170 | 0.13 | 0.21 | 0 | 0.33 | 262.29 | 0.17 | 0.6 |
| Hex | 94 | 87 | AA | D | 15 | 0 | 21 | 106 | 11 | 3C |
| Octal | 224 | 207 | 252 | 15 | 25 | 0 | 41 | 406 | 21 | 74 |
| Binary | 10010100 | 10000111 | 10101010 | 1101 | 10101 | 0 | 100001 | 100000110 | 10001 | 111100 |
Color Harmonies of #9487AA
Complementary color
Monochromatic Colors of #9487AA
Black with #9487AA
Text Example
Text Example
White with #9487AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9487AA; }
p { color: rgb(148,135,170); }
H1.HeaderClassName
{
color: #9487AA;
}
.AnyTagClassName
{
color: #9487AA;
}
</style>
background-color css
<style>
a { background-color: #9487AA; }
a { background-color: rgb(148,135,170); }
div.DivClassName
{
background-color: #9487AA;
}
.BgClassName
{
background-color: #9487AA;
}
</style>
border-color css
<style>
span { border-color: #9487AA; }
span { border-color: rgb(148,135,170); }
td.TdClassName
{
border-color: #9487AA;
}
.TagClassName
{
border-color: #9487AA;
}
</style>