Shades of Amethyst Smoke #99839A
Tints of Amethyst Smoke #99839A
RGB
CMYK
RGB Variations
Color information
#99839A (or 0x99839A) is known color: Amethyst Smoke. HEX triplet: 99, 83 and 9A. RGB value is (153,131,154). Sum of RGB (Red+Green+Blue) = 153+131+154=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 154 - color contains mainly: blue. Hex color #99839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99839A is #667C65. Grayscale: #8C8C8C. Windows color (decimal): -6716518 or 10126233. OLE color: 10126233.
HSL color Cylindrical-coordinate representation of color #99839A: hue angle of 297.39º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99839A is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 131 | 154 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.40 |
| HSL | 297.39º | 0.1% | 0.56% | - |
| HSV(B) | 297.39º | 0.15% | 0.6% | - |
| XYZ | 27.09 | 25.34 | 34.04 | - |
| YUV | 140.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 154 | 0.01 | 0.15 | 0 | 0.40 | 297.39 | 0.1 | 0.56 |
| Hex | 99 | 83 | 9A | 1 | F | 0 | 28 | 129 | A | 38 |
| Octal | 231 | 203 | 232 | 1 | 17 | 0 | 50 | 451 | 12 | 70 |
| Binary | 10011001 | 10000011 | 10011010 | 1 | 1111 | 0 | 101000 | 100101001 | 1010 | 111000 |
Color Harmonies of #99839A
Complementary color
Monochromatic Colors of #99839A
Black with #99839A
Text Example
Text Example
White with #99839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99839A; }
p { color: rgb(153,131,154); }
H1.HeaderClassName
{
color: #99839A;
}
.AnyTagClassName
{
color: #99839A;
}
</style>
background-color css
<style>
a { background-color: #99839A; }
a { background-color: rgb(153,131,154); }
div.DivClassName
{
background-color: #99839A;
}
.BgClassName
{
background-color: #99839A;
}
</style>
border-color css
<style>
span { border-color: #99839A; }
span { border-color: rgb(153,131,154); }
td.TdClassName
{
border-color: #99839A;
}
.TagClassName
{
border-color: #99839A;
}
</style>