Shades of Amethyst Smoke #99959A
Tints of Amethyst Smoke #99959A
RGB
CMYK
RGB Variations
Color information
#99959A (or 0x99959A) is known color: Amethyst Smoke. HEX triplet: 99, 95 and 9A. RGB value is (153,149,154). Sum of RGB (Red+Green+Blue) = 153+149+154=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 154 - color contains mainly: blue. Hex color #99959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99959A is #666A65. Grayscale: #969696. Windows color (decimal): -6711910 or 10130841. OLE color: 10130841.
HSL color Cylindrical-coordinate representation of color #99959A: hue angle of 288º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #99959A is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 149 | 154 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.40 |
| HSL | 288º | 0.02% | 0.59% | - |
| HSV(B) | 288º | 0.03% | 0.6% | - |
| XYZ | 29.72 | 30.6 | 34.91 | - |
| YUV | 150.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 154 | 0.01 | 0.03 | 0 | 0.40 | 288 | 0.02 | 0.59 |
| Hex | 99 | 95 | 9A | 1 | 3 | 0 | 28 | 120 | 2 | 3B |
| Octal | 231 | 225 | 232 | 1 | 3 | 0 | 50 | 440 | 2 | 73 |
| Binary | 10011001 | 10010101 | 10011010 | 1 | 11 | 0 | 101000 | 100100000 | 10 | 111011 |
Color Harmonies of #99959A
Complementary color
Monochromatic Colors of #99959A
Black with #99959A
Text Example
Text Example
White with #99959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99959A; }
p { color: rgb(153,149,154); }
H1.HeaderClassName
{
color: #99959A;
}
.AnyTagClassName
{
color: #99959A;
}
</style>
background-color css
<style>
a { background-color: #99959A; }
a { background-color: rgb(153,149,154); }
div.DivClassName
{
background-color: #99959A;
}
.BgClassName
{
background-color: #99959A;
}
</style>
border-color css
<style>
span { border-color: #99959A; }
span { border-color: rgb(153,149,154); }
td.TdClassName
{
border-color: #99959A;
}
.TagClassName
{
border-color: #99959A;
}
</style>