Shades of Amethyst Smoke #9687A5
Tints of Amethyst Smoke #9687A5
RGB
CMYK
RGB Variations
Color information
#9687A5 (or 0x9687A5) is known color: Amethyst Smoke. HEX triplet: 96, 87 and A5. RGB value is (150,135,165). Sum of RGB (Red+Green+Blue) = 150+135+165=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 165 - color contains mainly: blue. Hex color #9687A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9687A5 is #69785A. Grayscale: #8E8E8E. Windows color (decimal): -6912091 or 10848150. OLE color: 10848150.
HSL color Cylindrical-coordinate representation of color #9687A5: hue angle of 270º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9687A5 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 135 | 165 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.35 |
| HSL | 270º | 0.14% | 0.59% | - |
| HSV(B) | 270º | 0.18% | 0.65% | - |
| XYZ | 28.03 | 26.53 | 39.24 | - |
| YUV | 142.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 165 | 0.09 | 0.18 | 0 | 0.35 | 270 | 0.14 | 0.59 |
| Hex | 96 | 87 | A5 | 9 | 12 | 0 | 23 | 10E | E | 3B |
| Octal | 226 | 207 | 245 | 11 | 22 | 0 | 43 | 416 | 16 | 73 |
| Binary | 10010110 | 10000111 | 10100101 | 1001 | 10010 | 0 | 100011 | 100001110 | 1110 | 111011 |
Color Harmonies of #9687A5
Complementary color
Monochromatic Colors of #9687A5
Black with #9687A5
Text Example
Text Example
White with #9687A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9687A5; }
p { color: rgb(150,135,165); }
H1.HeaderClassName
{
color: #9687A5;
}
.AnyTagClassName
{
color: #9687A5;
}
</style>
background-color css
<style>
a { background-color: #9687A5; }
a { background-color: rgb(150,135,165); }
div.DivClassName
{
background-color: #9687A5;
}
.BgClassName
{
background-color: #9687A5;
}
</style>
border-color css
<style>
span { border-color: #9687A5; }
span { border-color: rgb(150,135,165); }
td.TdClassName
{
border-color: #9687A5;
}
.TagClassName
{
border-color: #9687A5;
}
</style>