Shades of Amethyst Smoke #99819D
Tints of Amethyst Smoke #99819D
RGB
CMYK
RGB Variations
Color information
#99819D (or 0x99819D) is known color: Amethyst Smoke. HEX triplet: 99, 81 and 9D. RGB value is (153,129,157). Sum of RGB (Red+Green+Blue) = 153+129+157=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #99819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99819D is #667E62. Grayscale: #8B8B8B. Windows color (decimal): -6717027 or 10322329. OLE color: 10322329.
HSL color Cylindrical-coordinate representation of color #99819D: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99819D is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 129 | 157 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.38 |
| HSL | 291.43º | 0.13% | 0.56% | - |
| HSV(B) | 291.43º | 0.18% | 0.62% | - |
| XYZ | 27.07 | 24.91 | 35.28 | - |
| YUV | 139.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 157 | 0.03 | 0.18 | 0 | 0.38 | 291.43 | 0.13 | 0.56 |
| Hex | 99 | 81 | 9D | 3 | 12 | 0 | 26 | 123 | C | 38 |
| Octal | 231 | 201 | 235 | 3 | 22 | 0 | 46 | 443 | 14 | 70 |
| Binary | 10011001 | 10000001 | 10011101 | 11 | 10010 | 0 | 100110 | 100100011 | 1100 | 111000 |
Color Harmonies of #99819D
Complementary color
Monochromatic Colors of #99819D
Black with #99819D
Text Example
Text Example
White with #99819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99819D; }
p { color: rgb(153,129,157); }
H1.HeaderClassName
{
color: #99819D;
}
.AnyTagClassName
{
color: #99819D;
}
</style>
background-color css
<style>
a { background-color: #99819D; }
a { background-color: rgb(153,129,157); }
div.DivClassName
{
background-color: #99819D;
}
.BgClassName
{
background-color: #99819D;
}
</style>
border-color css
<style>
span { border-color: #99819D; }
span { border-color: rgb(153,129,157); }
td.TdClassName
{
border-color: #99819D;
}
.TagClassName
{
border-color: #99819D;
}
</style>