Shades of Amethyst Smoke #9D8FAB
Tints of Amethyst Smoke #9D8FAB
RGB
CMYK
RGB Variations
Color information
#9D8FAB (or 0x9D8FAB) is known color: Amethyst Smoke. HEX triplet: 9D, 8F and AB. RGB value is (157,143,171). Sum of RGB (Red+Green+Blue) = 157+143+171=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8FAB is #627054. Grayscale: #969696. Windows color (decimal): -6451285 or 11243421. OLE color: 11243421.
HSL color Cylindrical-coordinate representation of color #9D8FAB: hue angle of 270º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D8FAB is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 143 | 171 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.33 |
| HSL | 270º | 0.14% | 0.62% | - |
| HSV(B) | 270º | 0.16% | 0.67% | - |
| XYZ | 31.08 | 29.75 | 42.63 | - |
| YUV | 150.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 171 | 0.08 | 0.16 | 0 | 0.33 | 270 | 0.14 | 0.62 |
| Hex | 9D | 8F | AB | 8 | 10 | 0 | 21 | 10E | E | 3E |
| Octal | 235 | 217 | 253 | 10 | 20 | 0 | 41 | 416 | 16 | 76 |
| Binary | 10011101 | 10001111 | 10101011 | 1000 | 10000 | 0 | 100001 | 100001110 | 1110 | 111110 |
Color Harmonies of #9D8FAB
Complementary color
Monochromatic Colors of #9D8FAB
Black with #9D8FAB
Text Example
Text Example
White with #9D8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8FAB; }
p { color: rgb(157,143,171); }
H1.HeaderClassName
{
color: #9D8FAB;
}
.AnyTagClassName
{
color: #9D8FAB;
}
</style>
background-color css
<style>
a { background-color: #9D8FAB; }
a { background-color: rgb(157,143,171); }
div.DivClassName
{
background-color: #9D8FAB;
}
.BgClassName
{
background-color: #9D8FAB;
}
</style>
border-color css
<style>
span { border-color: #9D8FAB; }
span { border-color: rgb(157,143,171); }
td.TdClassName
{
border-color: #9D8FAB;
}
.TagClassName
{
border-color: #9D8FAB;
}
</style>