Html Css Color HEX #9487AB Purple Mountain's Majesty
📋 copy color: '#9487AB'red 148 ◦ green 135 ◦ blue 171
Shades of Purple Mountain's Majesty #9487AB
Tints of Purple Mountain's Majesty #9487AB
RGB
CMYK
RGB Variations
Color information
#9487AB (or 0x9487AB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 87 and AB. RGB value is (148,135,171). Sum of RGB (Red+Green+Blue) = 148+135+171=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #9487AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9487AB is #6B7854. Grayscale: #8E8E8E. Windows color (decimal): -7043157 or 11241364. OLE color: 11241364.
HSL color Cylindrical-coordinate representation of color #9487AB: hue angle of 261.67º degrees, saturation: 0.18, 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 #9487AB is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 135 | 171 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.33 |
| HSL | 261.67º | 0.18% | 0.6% | - |
| HSV(B) | 261.67º | 0.21% | 0.67% | - |
| XYZ | 28.23 | 26.56 | 42.17 | - |
| YUV | 142.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 135 | 171 | 0.13 | 0.21 | 0 | 0.33 | 261.67 | 0.18 | 0.6 |
| Hex | 94 | 87 | AB | D | 15 | 0 | 21 | 106 | 12 | 3C |
| Octal | 224 | 207 | 253 | 15 | 25 | 0 | 41 | 406 | 22 | 74 |
| Binary | 10010100 | 10000111 | 10101011 | 1101 | 10101 | 0 | 100001 | 100000110 | 10010 | 111100 |
Color Harmonies of #9487AB
Complementary color
Monochromatic Colors of #9487AB
Black with #9487AB
Text Example
Text Example
White with #9487AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9487AB; }
p { color: rgb(148,135,171); }
H1.HeaderClassName
{
color: #9487AB;
}
.AnyTagClassName
{
color: #9487AB;
}
</style>
background-color css
<style>
a { background-color: #9487AB; }
a { background-color: rgb(148,135,171); }
div.DivClassName
{
background-color: #9487AB;
}
.BgClassName
{
background-color: #9487AB;
}
</style>
border-color css
<style>
span { border-color: #9487AB; }
span { border-color: rgb(148,135,171); }
td.TdClassName
{
border-color: #9487AB;
}
.TagClassName
{
border-color: #9487AB;
}
</style>