Html Css Color HEX #9685AB Purple Mountain's Majesty
📋 copy color: '#9685AB'red 150 ◦ green 133 ◦ blue 171
Shades of Purple Mountain's Majesty #9685AB
Tints of Purple Mountain's Majesty #9685AB
RGB
CMYK
RGB Variations
Color information
#9685AB (or 0x9685AB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 85 and AB. RGB value is (150,133,171). Sum of RGB (Red+Green+Blue) = 150+133+171=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 133 (52.34% from 255 or 29.30% 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 #9685AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9685AB is #697A54. Grayscale: #8E8E8E. Windows color (decimal): -6912597 or 11240854. OLE color: 11240854.
HSL color Cylindrical-coordinate representation of color #9685AB: hue angle of 266.84º 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 #9685AB is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 133 | 171 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.33 |
| HSL | 266.84º | 0.18% | 0.6% | - |
| HSV(B) | 266.84º | 0.22% | 0.67% | - |
| XYZ | 28.32 | 26.2 | 42.09 | - |
| YUV | 142.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 171 | 0.12 | 0.22 | 0 | 0.33 | 266.84 | 0.18 | 0.6 |
| Hex | 96 | 85 | AB | C | 16 | 0 | 21 | 10B | 12 | 3C |
| Octal | 226 | 205 | 253 | 14 | 26 | 0 | 41 | 413 | 22 | 74 |
| Binary | 10010110 | 10000101 | 10101011 | 1100 | 10110 | 0 | 100001 | 100001011 | 10010 | 111100 |
Color Harmonies of #9685AB
Complementary color
Monochromatic Colors of #9685AB
Black with #9685AB
Text Example
Text Example
White with #9685AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9685AB; }
p { color: rgb(150,133,171); }
H1.HeaderClassName
{
color: #9685AB;
}
.AnyTagClassName
{
color: #9685AB;
}
</style>
background-color css
<style>
a { background-color: #9685AB; }
a { background-color: rgb(150,133,171); }
div.DivClassName
{
background-color: #9685AB;
}
.BgClassName
{
background-color: #9685AB;
}
</style>
border-color css
<style>
span { border-color: #9685AB; }
span { border-color: rgb(150,133,171); }
td.TdClassName
{
border-color: #9685AB;
}
.TagClassName
{
border-color: #9685AB;
}
</style>