Html Css Color HEX #9A88AB Purple Mountain's Majesty
📋 copy color: '#9A88AB'red 154 ◦ green 136 ◦ blue 171
Shades of Purple Mountain's Majesty #9A88AB
Tints of Purple Mountain's Majesty #9A88AB
RGB
CMYK
RGB Variations
Color information
#9A88AB (or 0x9A88AB) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 88 and AB. RGB value is (154,136,171). Sum of RGB (Red+Green+Blue) = 154+136+171=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A88AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A88AB is #657754. Grayscale: #919191. Windows color (decimal): -6649685 or 11241626. OLE color: 11241626.
HSL color Cylindrical-coordinate representation of color #9A88AB: hue angle of 270.86º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A88AB is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 136 | 171 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.33 |
| HSL | 270.86º | 0.17% | 0.6% | - |
| HSV(B) | 270.86º | 0.2% | 0.67% | - |
| XYZ | 29.48 | 27.42 | 42.27 | - |
| YUV | 145.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 171 | 0.10 | 0.20 | 0 | 0.33 | 270.86 | 0.17 | 0.6 |
| Hex | 9A | 88 | AB | A | 14 | 0 | 21 | 10F | 11 | 3C |
| Octal | 232 | 210 | 253 | 12 | 24 | 0 | 41 | 417 | 21 | 74 |
| Binary | 10011010 | 10001000 | 10101011 | 1010 | 10100 | 0 | 100001 | 100001111 | 10001 | 111100 |
Color Harmonies of #9A88AB
Complementary color
Monochromatic Colors of #9A88AB
Black with #9A88AB
Text Example
Text Example
White with #9A88AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A88AB; }
p { color: rgb(154,136,171); }
H1.HeaderClassName
{
color: #9A88AB;
}
.AnyTagClassName
{
color: #9A88AB;
}
</style>
background-color css
<style>
a { background-color: #9A88AB; }
a { background-color: rgb(154,136,171); }
div.DivClassName
{
background-color: #9A88AB;
}
.BgClassName
{
background-color: #9A88AB;
}
</style>
border-color css
<style>
span { border-color: #9A88AB; }
span { border-color: rgb(154,136,171); }
td.TdClassName
{
border-color: #9A88AB;
}
.TagClassName
{
border-color: #9A88AB;
}
</style>