Shades of Amethyst Smoke #99789F
Tints of Amethyst Smoke #99789F
RGB
CMYK
RGB Variations
Color information
#99789F (or 0x99789F) is known color: Amethyst Smoke. HEX triplet: 99, 78 and 9F. RGB value is (153,120,159). Sum of RGB (Red+Green+Blue) = 153+120+159=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #99789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99789F is #668760. Grayscale: #868686. Windows color (decimal): -6719329 or 10451097. OLE color: 10451097.
HSL color Cylindrical-coordinate representation of color #99789F: hue angle of 290.77º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99789F is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 120 | 159 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.38 |
| HSL | 290.77º | 0.17% | 0.55% | - |
| HSV(B) | 290.77º | 0.25% | 0.62% | - |
| XYZ | 26.11 | 22.71 | 35.81 | - |
| YUV | 134.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 159 | 0.04 | 0.25 | 0 | 0.38 | 290.77 | 0.17 | 0.55 |
| Hex | 99 | 78 | 9F | 4 | 19 | 0 | 26 | 123 | 11 | 37 |
| Octal | 231 | 170 | 237 | 4 | 31 | 0 | 46 | 443 | 21 | 67 |
| Binary | 10011001 | 1111000 | 10011111 | 100 | 11001 | 0 | 100110 | 100100011 | 10001 | 110111 |
Color Harmonies of #99789F
Complementary color
Monochromatic Colors of #99789F
Black with #99789F
Text Example
Text Example
White with #99789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99789F; }
p { color: rgb(153,120,159); }
H1.HeaderClassName
{
color: #99789F;
}
.AnyTagClassName
{
color: #99789F;
}
</style>
background-color css
<style>
a { background-color: #99789F; }
a { background-color: rgb(153,120,159); }
div.DivClassName
{
background-color: #99789F;
}
.BgClassName
{
background-color: #99789F;
}
</style>
border-color css
<style>
span { border-color: #99789F; }
span { border-color: rgb(153,120,159); }
td.TdClassName
{
border-color: #99789F;
}
.TagClassName
{
border-color: #99789F;
}
</style>