Html Css Color HEX #9682AB Purple Mountain's Majesty
📋 copy color: '#9682AB'red 150 ◦ green 130 ◦ blue 171
Shades of Purple Mountain's Majesty #9682AB
Tints of Purple Mountain's Majesty #9682AB
RGB
CMYK
RGB Variations
Color information
#9682AB (or 0x9682AB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 82 and AB. RGB value is (150,130,171). Sum of RGB (Red+Green+Blue) = 150+130+171=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #9682AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9682AB is #697D54. Grayscale: #8C8C8C. Windows color (decimal): -6913365 or 11240086. OLE color: 11240086.
HSL color Cylindrical-coordinate representation of color #9682AB: hue angle of 269.27º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9682AB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 130 | 171 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.33 |
| HSL | 269.27º | 0.2% | 0.59% | - |
| HSV(B) | 269.27º | 0.24% | 0.67% | - |
| XYZ | 27.91 | 25.39 | 41.96 | - |
| YUV | 140.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 171 | 0.12 | 0.24 | 0 | 0.33 | 269.27 | 0.2 | 0.59 |
| Hex | 96 | 82 | AB | C | 18 | 0 | 21 | 10D | 14 | 3B |
| Octal | 226 | 202 | 253 | 14 | 30 | 0 | 41 | 415 | 24 | 73 |
| Binary | 10010110 | 10000010 | 10101011 | 1100 | 11000 | 0 | 100001 | 100001101 | 10100 | 111011 |
Color Harmonies of #9682AB
Complementary color
Monochromatic Colors of #9682AB
Black with #9682AB
Text Example
Text Example
White with #9682AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682AB; }
p { color: rgb(150,130,171); }
H1.HeaderClassName
{
color: #9682AB;
}
.AnyTagClassName
{
color: #9682AB;
}
</style>
background-color css
<style>
a { background-color: #9682AB; }
a { background-color: rgb(150,130,171); }
div.DivClassName
{
background-color: #9682AB;
}
.BgClassName
{
background-color: #9682AB;
}
</style>
border-color css
<style>
span { border-color: #9682AB; }
span { border-color: rgb(150,130,171); }
td.TdClassName
{
border-color: #9682AB;
}
.TagClassName
{
border-color: #9682AB;
}
</style>