Shades of Amethyst Smoke #8F819C
Tints of Amethyst Smoke #8F819C
RGB
CMYK
RGB Variations
Color information
#8F819C (or 0x8F819C) is known color: Amethyst Smoke. HEX triplet: 8F, 81 and 9C. RGB value is (143,129,156). Sum of RGB (Red+Green+Blue) = 143+129+156=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F819C is #707E63. Grayscale: #888888. Windows color (decimal): -7372388 or 10256783. OLE color: 10256783.
HSL color Cylindrical-coordinate representation of color #8F819C: hue angle of 271.11º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F819C is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 129 | 156 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.39 |
| HSL | 271.11º | 0.12% | 0.56% | - |
| HSV(B) | 271.11º | 0.17% | 0.61% | - |
| XYZ | 25.18 | 23.94 | 34.75 | - |
| YUV | 136.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 156 | 0.08 | 0.17 | 0 | 0.39 | 271.11 | 0.12 | 0.56 |
| Hex | 8F | 81 | 9C | 8 | 11 | 0 | 27 | 10F | C | 38 |
| Octal | 217 | 201 | 234 | 10 | 21 | 0 | 47 | 417 | 14 | 70 |
| Binary | 10001111 | 10000001 | 10011100 | 1000 | 10001 | 0 | 100111 | 100001111 | 1100 | 111000 |
Color Harmonies of #8F819C
Complementary color
Monochromatic Colors of #8F819C
Black with #8F819C
Text Example
Text Example
White with #8F819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F819C; }
p { color: rgb(143,129,156); }
H1.HeaderClassName
{
color: #8F819C;
}
.AnyTagClassName
{
color: #8F819C;
}
</style>
background-color css
<style>
a { background-color: #8F819C; }
a { background-color: rgb(143,129,156); }
div.DivClassName
{
background-color: #8F819C;
}
.BgClassName
{
background-color: #8F819C;
}
</style>
border-color css
<style>
span { border-color: #8F819C; }
span { border-color: rgb(143,129,156); }
td.TdClassName
{
border-color: #8F819C;
}
.TagClassName
{
border-color: #8F819C;
}
</style>