Shades of Amethyst Smoke #99859F
Tints of Amethyst Smoke #99859F
RGB
CMYK
RGB Variations
Color information
#99859F (or 0x99859F) is known color: Amethyst Smoke. HEX triplet: 99, 85 and 9F. RGB value is (153,133,159). Sum of RGB (Red+Green+Blue) = 153+133+159=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 159 - color contains mainly: blue. Hex color #99859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99859F is #667A60. Grayscale: #8D8D8D. Windows color (decimal): -6716001 or 10454425. OLE color: 10454425.
HSL color Cylindrical-coordinate representation of color #99859F: hue angle of 286.15º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99859F is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 133 | 159 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.38 |
| HSL | 286.15º | 0.12% | 0.57% | - |
| HSV(B) | 286.15º | 0.16% | 0.62% | - |
| XYZ | 27.78 | 26.05 | 36.36 | - |
| YUV | 141.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 159 | 0.04 | 0.16 | 0 | 0.38 | 286.15 | 0.12 | 0.57 |
| Hex | 99 | 85 | 9F | 4 | 10 | 0 | 26 | 11E | C | 39 |
| Octal | 231 | 205 | 237 | 4 | 20 | 0 | 46 | 436 | 14 | 71 |
| Binary | 10011001 | 10000101 | 10011111 | 100 | 10000 | 0 | 100110 | 100011110 | 1100 | 111001 |
Color Harmonies of #99859F
Complementary color
Monochromatic Colors of #99859F
Black with #99859F
Text Example
Text Example
White with #99859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99859F; }
p { color: rgb(153,133,159); }
H1.HeaderClassName
{
color: #99859F;
}
.AnyTagClassName
{
color: #99859F;
}
</style>
background-color css
<style>
a { background-color: #99859F; }
a { background-color: rgb(153,133,159); }
div.DivClassName
{
background-color: #99859F;
}
.BgClassName
{
background-color: #99859F;
}
</style>
border-color css
<style>
span { border-color: #99859F; }
span { border-color: rgb(153,133,159); }
td.TdClassName
{
border-color: #99859F;
}
.TagClassName
{
border-color: #99859F;
}
</style>