Shades of Amethyst Smoke #8C8099
Tints of Amethyst Smoke #8C8099
RGB
CMYK
RGB Variations
Color information
#8C8099 (or 0x8C8099) is known color: Amethyst Smoke. HEX triplet: 8C, 80 and 99. RGB value is (140,128,153). Sum of RGB (Red+Green+Blue) = 140+128+153=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C8099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8099 is #737F66. Grayscale: #868686. Windows color (decimal): -7569255 or 10059916. OLE color: 10059916.
HSL color Cylindrical-coordinate representation of color #8C8099: hue angle of 268.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C8099 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 128 | 153 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.4 |
| HSL | 268.8º | 0.11% | 0.55% | - |
| HSV(B) | 268.8º | 0.16% | 0.6% | - |
| XYZ | 24.28 | 23.31 | 33.36 | - |
| YUV | 134.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 153 | 0.08 | 0.16 | 0 | 0.4 | 268.8 | 0.11 | 0.55 |
| Hex | 8C | 80 | 99 | 8 | 10 | 0 | 28 | 10D | B | 37 |
| Octal | 214 | 200 | 231 | 10 | 20 | 0 | 50 | 415 | 13 | 67 |
| Binary | 10001100 | 10000000 | 10011001 | 1000 | 10000 | 0 | 101000 | 100001101 | 1011 | 110111 |
Color Harmonies of #8C8099
Complementary color
Monochromatic Colors of #8C8099
Black with #8C8099
Text Example
Text Example
White with #8C8099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8099; }
p { color: rgb(140,128,153); }
H1.HeaderClassName
{
color: #8C8099;
}
.AnyTagClassName
{
color: #8C8099;
}
</style>
background-color css
<style>
a { background-color: #8C8099; }
a { background-color: rgb(140,128,153); }
div.DivClassName
{
background-color: #8C8099;
}
.BgClassName
{
background-color: #8C8099;
}
</style>
border-color css
<style>
span { border-color: #8C8099; }
span { border-color: rgb(140,128,153); }
td.TdClassName
{
border-color: #8C8099;
}
.TagClassName
{
border-color: #8C8099;
}
</style>