Shades of Amethyst Smoke #9D8CAA
Tints of Amethyst Smoke #9D8CAA
RGB
CMYK
RGB Variations
Color information
#9D8CAA (or 0x9D8CAA) is known color: Amethyst Smoke. HEX triplet: 9D, 8C and AA. RGB value is (157,140,170). Sum of RGB (Red+Green+Blue) = 157+140+170=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8CAA is #627355. Grayscale: #949494. Windows color (decimal): -6452054 or 11177117. OLE color: 11177117.
HSL color Cylindrical-coordinate representation of color #9D8CAA: hue angle of 274º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D8CAA is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 140 | 170 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.33 |
| HSL | 274º | 0.15% | 0.61% | - |
| HSV(B) | 274º | 0.18% | 0.67% | - |
| XYZ | 30.54 | 28.83 | 41.98 | - |
| YUV | 148.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 170 | 0.08 | 0.18 | 0 | 0.33 | 274 | 0.15 | 0.61 |
| Hex | 9D | 8C | AA | 8 | 12 | 0 | 21 | 112 | F | 3D |
| Octal | 235 | 214 | 252 | 10 | 22 | 0 | 41 | 422 | 17 | 75 |
| Binary | 10011101 | 10001100 | 10101010 | 1000 | 10010 | 0 | 100001 | 100010010 | 1111 | 111101 |
Color Harmonies of #9D8CAA
Complementary color
Monochromatic Colors of #9D8CAA
Black with #9D8CAA
Text Example
Text Example
White with #9D8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8CAA; }
p { color: rgb(157,140,170); }
H1.HeaderClassName
{
color: #9D8CAA;
}
.AnyTagClassName
{
color: #9D8CAA;
}
</style>
background-color css
<style>
a { background-color: #9D8CAA; }
a { background-color: rgb(157,140,170); }
div.DivClassName
{
background-color: #9D8CAA;
}
.BgClassName
{
background-color: #9D8CAA;
}
</style>
border-color css
<style>
span { border-color: #9D8CAA; }
span { border-color: rgb(157,140,170); }
td.TdClassName
{
border-color: #9D8CAA;
}
.TagClassName
{
border-color: #9D8CAA;
}
</style>