Shades of Amethyst Smoke #8E809B
Tints of Amethyst Smoke #8E809B
RGB
CMYK
RGB Variations
Color information
#8E809B (or 0x8E809B) is known color: Amethyst Smoke. HEX triplet: 8E, 80 and 9B. RGB value is (142,128,155). Sum of RGB (Red+Green+Blue) = 142+128+155=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E809B is #717F64. Grayscale: #878787. Windows color (decimal): -7438181 or 10190990. OLE color: 10190990.
HSL color Cylindrical-coordinate representation of color #8E809B: hue angle of 271.11º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E809B is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 128 | 155 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.39 |
| HSL | 271.11º | 0.12% | 0.55% | - |
| HSV(B) | 271.11º | 0.17% | 0.61% | - |
| XYZ | 24.79 | 23.56 | 34.25 | - |
| YUV | 135.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 155 | 0.08 | 0.17 | 0 | 0.39 | 271.11 | 0.12 | 0.55 |
| Hex | 8E | 80 | 9B | 8 | 11 | 0 | 27 | 10F | C | 37 |
| Octal | 216 | 200 | 233 | 10 | 21 | 0 | 47 | 417 | 14 | 67 |
| Binary | 10001110 | 10000000 | 10011011 | 1000 | 10001 | 0 | 100111 | 100001111 | 1100 | 110111 |
Color Harmonies of #8E809B
Complementary color
Monochromatic Colors of #8E809B
Black with #8E809B
Text Example
Text Example
White with #8E809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E809B; }
p { color: rgb(142,128,155); }
H1.HeaderClassName
{
color: #8E809B;
}
.AnyTagClassName
{
color: #8E809B;
}
</style>
background-color css
<style>
a { background-color: #8E809B; }
a { background-color: rgb(142,128,155); }
div.DivClassName
{
background-color: #8E809B;
}
.BgClassName
{
background-color: #8E809B;
}
</style>
border-color css
<style>
span { border-color: #8E809B; }
span { border-color: rgb(142,128,155); }
td.TdClassName
{
border-color: #8E809B;
}
.TagClassName
{
border-color: #8E809B;
}
</style>