Html Css Color HEX #9A86AB Purple Mountain's Majesty
📋 copy color: '#9A86AB'red 154 ◦ green 134 ◦ blue 171
Shades of Purple Mountain's Majesty #9A86AB
Tints of Purple Mountain's Majesty #9A86AB
RGB
CMYK
RGB Variations
Color information
#9A86AB (or 0x9A86AB) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 86 and AB. RGB value is (154,134,171). Sum of RGB (Red+Green+Blue) = 154+134+171=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A86AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A86AB is #657954. Grayscale: #909090. Windows color (decimal): -6650197 or 11241114. OLE color: 11241114.
HSL color Cylindrical-coordinate representation of color #9A86AB: hue angle of 272.43º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A86AB is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 134 | 171 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.33 |
| HSL | 272.43º | 0.18% | 0.6% | - |
| HSV(B) | 272.43º | 0.22% | 0.67% | - |
| XYZ | 29.2 | 26.86 | 42.17 | - |
| YUV | 144.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 171 | 0.10 | 0.22 | 0 | 0.33 | 272.43 | 0.18 | 0.6 |
| Hex | 9A | 86 | AB | A | 16 | 0 | 21 | 110 | 12 | 3C |
| Octal | 232 | 206 | 253 | 12 | 26 | 0 | 41 | 420 | 22 | 74 |
| Binary | 10011010 | 10000110 | 10101011 | 1010 | 10110 | 0 | 100001 | 100010000 | 10010 | 111100 |
Color Harmonies of #9A86AB
Complementary color
Monochromatic Colors of #9A86AB
Black with #9A86AB
Text Example
Text Example
White with #9A86AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A86AB; }
p { color: rgb(154,134,171); }
H1.HeaderClassName
{
color: #9A86AB;
}
.AnyTagClassName
{
color: #9A86AB;
}
</style>
background-color css
<style>
a { background-color: #9A86AB; }
a { background-color: rgb(154,134,171); }
div.DivClassName
{
background-color: #9A86AB;
}
.BgClassName
{
background-color: #9A86AB;
}
</style>
border-color css
<style>
span { border-color: #9A86AB; }
span { border-color: rgb(154,134,171); }
td.TdClassName
{
border-color: #9A86AB;
}
.TagClassName
{
border-color: #9A86AB;
}
</style>