Html Css Color HEX #9786AB Purple Mountain's Majesty
📋 copy color: '#9786AB'red 151 ◦ green 134 ◦ blue 171
Shades of Purple Mountain's Majesty #9786AB
Tints of Purple Mountain's Majesty #9786AB
RGB
CMYK
RGB Variations
Color information
#9786AB (or 0x9786AB) is known color: Purple Mountain's Majesty. HEX triplet: 97, 86 and AB. RGB value is (151,134,171). Sum of RGB (Red+Green+Blue) = 151+134+171=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #9786AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9786AB is #687954. Grayscale: #8F8F8F. Windows color (decimal): -6846805 or 11241111. OLE color: 11241111.
HSL color Cylindrical-coordinate representation of color #9786AB: hue angle of 267.57º 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 #9786AB is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 134 | 171 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.33 |
| HSL | 267.57º | 0.18% | 0.6% | - |
| HSV(B) | 267.57º | 0.22% | 0.67% | - |
| XYZ | 28.64 | 26.57 | 42.15 | - |
| YUV | 143.3 | 143.63 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 134 | 171 | 0.12 | 0.22 | 0 | 0.33 | 267.57 | 0.18 | 0.6 |
| Hex | 97 | 86 | AB | C | 16 | 0 | 21 | 10C | 12 | 3C |
| Octal | 227 | 206 | 253 | 14 | 26 | 0 | 41 | 414 | 22 | 74 |
| Binary | 10010111 | 10000110 | 10101011 | 1100 | 10110 | 0 | 100001 | 100001100 | 10010 | 111100 |
Color Harmonies of #9786AB
Complementary color
Monochromatic Colors of #9786AB
Black with #9786AB
Text Example
Text Example
White with #9786AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9786AB; }
p { color: rgb(151,134,171); }
H1.HeaderClassName
{
color: #9786AB;
}
.AnyTagClassName
{
color: #9786AB;
}
</style>
background-color css
<style>
a { background-color: #9786AB; }
a { background-color: rgb(151,134,171); }
div.DivClassName
{
background-color: #9786AB;
}
.BgClassName
{
background-color: #9786AB;
}
</style>
border-color css
<style>
span { border-color: #9786AB; }
span { border-color: rgb(151,134,171); }
td.TdClassName
{
border-color: #9786AB;
}
.TagClassName
{
border-color: #9786AB;
}
</style>