Html Css Color HEX #9687AD Purple Mountain's Majesty
📋 copy color: '#9687AD'red 150 ◦ green 135 ◦ blue 173
Shades of Purple Mountain's Majesty #9687AD
Tints of Purple Mountain's Majesty #9687AD
RGB
CMYK
RGB Variations
Color information
#9687AD (or 0x9687AD) is known color: Purple Mountain's Majesty. HEX triplet: 96, 87 and AD. RGB value is (150,135,173). Sum of RGB (Red+Green+Blue) = 150+135+173=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #9687AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9687AD is #697852. Grayscale: #8F8F8F. Windows color (decimal): -6912083 or 11372438. OLE color: 11372438.
HSL color Cylindrical-coordinate representation of color #9687AD: hue angle of 263.68º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9687AD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 135 | 173 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.32 |
| HSL | 263.68º | 0.19% | 0.6% | - |
| HSV(B) | 263.68º | 0.22% | 0.68% | - |
| XYZ | 28.78 | 26.83 | 43.2 | - |
| YUV | 143.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 173 | 0.13 | 0.22 | 0 | 0.32 | 263.68 | 0.19 | 0.6 |
| Hex | 96 | 87 | AD | D | 16 | 0 | 20 | 108 | 13 | 3C |
| Octal | 226 | 207 | 255 | 15 | 26 | 0 | 40 | 410 | 23 | 74 |
| Binary | 10010110 | 10000111 | 10101101 | 1101 | 10110 | 0 | 100000 | 100001000 | 10011 | 111100 |
Color Harmonies of #9687AD
Complementary color
Monochromatic Colors of #9687AD
Black with #9687AD
Text Example
Text Example
White with #9687AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9687AD; }
p { color: rgb(150,135,173); }
H1.HeaderClassName
{
color: #9687AD;
}
.AnyTagClassName
{
color: #9687AD;
}
</style>
background-color css
<style>
a { background-color: #9687AD; }
a { background-color: rgb(150,135,173); }
div.DivClassName
{
background-color: #9687AD;
}
.BgClassName
{
background-color: #9687AD;
}
</style>
border-color css
<style>
span { border-color: #9687AD; }
span { border-color: rgb(150,135,173); }
td.TdClassName
{
border-color: #9687AD;
}
.TagClassName
{
border-color: #9687AD;
}
</style>