Shades of Amethyst Smoke #9F8CAA
Tints of Amethyst Smoke #9F8CAA
RGB
CMYK
RGB Variations
Color information
#9F8CAA (or 0x9F8CAA) is known color: Amethyst Smoke. HEX triplet: 9F, 8C and AA. RGB value is (159,140,170). Sum of RGB (Red+Green+Blue) = 159+140+170=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8CAA is #607355. Grayscale: #949494. Windows color (decimal): -6320982 or 11177119. OLE color: 11177119.
HSL color Cylindrical-coordinate representation of color #9F8CAA: hue angle of 278º 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 #9F8CAA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 140 | 170 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.33 |
| HSL | 278º | 0.15% | 0.61% | - |
| HSV(B) | 278º | 0.18% | 0.67% | - |
| XYZ | 30.93 | 29.03 | 42 | - |
| YUV | 149.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 170 | 0.06 | 0.18 | 0 | 0.33 | 278 | 0.15 | 0.61 |
| Hex | 9F | 8C | AA | 6 | 12 | 0 | 21 | 116 | F | 3D |
| Octal | 237 | 214 | 252 | 6 | 22 | 0 | 41 | 426 | 17 | 75 |
| Binary | 10011111 | 10001100 | 10101010 | 110 | 10010 | 0 | 100001 | 100010110 | 1111 | 111101 |
Color Harmonies of #9F8CAA
Complementary color
Monochromatic Colors of #9F8CAA
Black with #9F8CAA
Text Example
Text Example
White with #9F8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8CAA; }
p { color: rgb(159,140,170); }
H1.HeaderClassName
{
color: #9F8CAA;
}
.AnyTagClassName
{
color: #9F8CAA;
}
</style>
background-color css
<style>
a { background-color: #9F8CAA; }
a { background-color: rgb(159,140,170); }
div.DivClassName
{
background-color: #9F8CAA;
}
.BgClassName
{
background-color: #9F8CAA;
}
</style>
border-color css
<style>
span { border-color: #9F8CAA; }
span { border-color: rgb(159,140,170); }
td.TdClassName
{
border-color: #9F8CAA;
}
.TagClassName
{
border-color: #9F8CAA;
}
</style>