Shades of Amethyst Smoke #99859B
Tints of Amethyst Smoke #99859B
RGB
CMYK
RGB Variations
Color information
#99859B (or 0x99859B) is known color: Amethyst Smoke. HEX triplet: 99, 85 and 9B. RGB value is (153,133,155). Sum of RGB (Red+Green+Blue) = 153+133+155=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 155 - color contains mainly: blue. Hex color #99859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99859B is #667A64. Grayscale: #8D8D8D. Windows color (decimal): -6716005 or 10192281. OLE color: 10192281.
HSL color Cylindrical-coordinate representation of color #99859B: hue angle of 294.55º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99859B is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 133 | 155 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.39 |
| HSL | 294.55º | 0.1% | 0.56% | - |
| HSV(B) | 294.55º | 0.14% | 0.61% | - |
| XYZ | 27.44 | 25.91 | 34.57 | - |
| YUV | 141.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 155 | 0.01 | 0.14 | 0 | 0.39 | 294.55 | 0.1 | 0.56 |
| Hex | 99 | 85 | 9B | 1 | E | 0 | 27 | 127 | A | 38 |
| Octal | 231 | 205 | 233 | 1 | 16 | 0 | 47 | 447 | 12 | 70 |
| Binary | 10011001 | 10000101 | 10011011 | 1 | 1110 | 0 | 100111 | 100100111 | 1010 | 111000 |
Color Harmonies of #99859B
Complementary color
Monochromatic Colors of #99859B
Black with #99859B
Text Example
Text Example
White with #99859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99859B; }
p { color: rgb(153,133,155); }
H1.HeaderClassName
{
color: #99859B;
}
.AnyTagClassName
{
color: #99859B;
}
</style>
background-color css
<style>
a { background-color: #99859B; }
a { background-color: rgb(153,133,155); }
div.DivClassName
{
background-color: #99859B;
}
.BgClassName
{
background-color: #99859B;
}
</style>
border-color css
<style>
span { border-color: #99859B; }
span { border-color: rgb(153,133,155); }
td.TdClassName
{
border-color: #99859B;
}
.TagClassName
{
border-color: #99859B;
}
</style>