Shades of Amethyst Smoke #99939F
Tints of Amethyst Smoke #99939F
RGB
CMYK
RGB Variations
Color information
#99939F (or 0x99939F) is known color: Amethyst Smoke. HEX triplet: 99, 93 and 9F. RGB value is (153,147,159). Sum of RGB (Red+Green+Blue) = 153+147+159=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 159 - color contains mainly: blue. Hex color #99939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99939F is #666C60. Grayscale: #969696. Windows color (decimal): -6712417 or 10458009. OLE color: 10458009.
HSL color Cylindrical-coordinate representation of color #99939F: hue angle of 270º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99939F is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 147 | 159 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.38 |
| HSL | 270º | 0.06% | 0.6% | - |
| HSV(B) | 270º | 0.08% | 0.62% | - |
| XYZ | 29.83 | 30.14 | 37.05 | - |
| YUV | 150.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 159 | 0.04 | 0.08 | 0 | 0.38 | 270 | 0.06 | 0.6 |
| Hex | 99 | 93 | 9F | 4 | 8 | 0 | 26 | 10E | 6 | 3C |
| Octal | 231 | 223 | 237 | 4 | 10 | 0 | 46 | 416 | 6 | 74 |
| Binary | 10011001 | 10010011 | 10011111 | 100 | 1000 | 0 | 100110 | 100001110 | 110 | 111100 |
Color Harmonies of #99939F
Complementary color
Monochromatic Colors of #99939F
Black with #99939F
Text Example
Text Example
White with #99939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99939F; }
p { color: rgb(153,147,159); }
H1.HeaderClassName
{
color: #99939F;
}
.AnyTagClassName
{
color: #99939F;
}
</style>
background-color css
<style>
a { background-color: #99939F; }
a { background-color: rgb(153,147,159); }
div.DivClassName
{
background-color: #99939F;
}
.BgClassName
{
background-color: #99939F;
}
</style>
border-color css
<style>
span { border-color: #99939F; }
span { border-color: rgb(153,147,159); }
td.TdClassName
{
border-color: #99939F;
}
.TagClassName
{
border-color: #99939F;
}
</style>