Shades of Amethyst Smoke #998CA6
Tints of Amethyst Smoke #998CA6
RGB
CMYK
RGB Variations
Color information
#998CA6 (or 0x998CA6) is known color: Amethyst Smoke. HEX triplet: 99, 8C and A6. RGB value is (153,140,166). Sum of RGB (Red+Green+Blue) = 153+140+166=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 166 - color contains mainly: blue. Hex color #998CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998CA6 is #667359. Grayscale: #929292. Windows color (decimal): -6714202 or 10914969. OLE color: 10914969.
HSL color Cylindrical-coordinate representation of color #998CA6: hue angle of 270º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998CA6 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 140 | 166 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.35 |
| HSL | 270º | 0.13% | 0.6% | - |
| HSV(B) | 270º | 0.16% | 0.65% | - |
| XYZ | 29.4 | 28.28 | 39.99 | - |
| YUV | 146.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 166 | 0.08 | 0.16 | 0 | 0.35 | 270 | 0.13 | 0.6 |
| Hex | 99 | 8C | A6 | 8 | 10 | 0 | 23 | 10E | D | 3C |
| Octal | 231 | 214 | 246 | 10 | 20 | 0 | 43 | 416 | 15 | 74 |
| Binary | 10011001 | 10001100 | 10100110 | 1000 | 10000 | 0 | 100011 | 100001110 | 1101 | 111100 |
Color Harmonies of #998CA6
Complementary color
Monochromatic Colors of #998CA6
Black with #998CA6
Text Example
Text Example
White with #998CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CA6; }
p { color: rgb(153,140,166); }
H1.HeaderClassName
{
color: #998CA6;
}
.AnyTagClassName
{
color: #998CA6;
}
</style>
background-color css
<style>
a { background-color: #998CA6; }
a { background-color: rgb(153,140,166); }
div.DivClassName
{
background-color: #998CA6;
}
.BgClassName
{
background-color: #998CA6;
}
</style>
border-color css
<style>
span { border-color: #998CA6; }
span { border-color: rgb(153,140,166); }
td.TdClassName
{
border-color: #998CA6;
}
.TagClassName
{
border-color: #998CA6;
}
</style>