Shades of Amethyst Smoke #8F809B
Tints of Amethyst Smoke #8F809B
RGB
CMYK
RGB Variations
Color information
#8F809B (or 0x8F809B) is known color: Amethyst Smoke. HEX triplet: 8F, 80 and 9B. RGB value is (143,128,155). Sum of RGB (Red+Green+Blue) = 143+128+155=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F809B is #707F64. Grayscale: #878787. Windows color (decimal): -7372645 or 10190991. OLE color: 10190991.
HSL color Cylindrical-coordinate representation of color #8F809B: hue angle of 273.33º 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 #8F809B is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 128 | 155 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.39 |
| HSL | 273.33º | 0.12% | 0.55% | - |
| HSV(B) | 273.33º | 0.17% | 0.61% | - |
| XYZ | 24.96 | 23.64 | 34.26 | - |
| YUV | 135.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 155 | 0.08 | 0.17 | 0 | 0.39 | 273.33 | 0.12 | 0.55 |
| Hex | 8F | 80 | 9B | 8 | 11 | 0 | 27 | 111 | C | 37 |
| Octal | 217 | 200 | 233 | 10 | 21 | 0 | 47 | 421 | 14 | 67 |
| Binary | 10001111 | 10000000 | 10011011 | 1000 | 10001 | 0 | 100111 | 100010001 | 1100 | 110111 |
Color Harmonies of #8F809B
Complementary color
Monochromatic Colors of #8F809B
Black with #8F809B
Text Example
Text Example
White with #8F809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F809B; }
p { color: rgb(143,128,155); }
H1.HeaderClassName
{
color: #8F809B;
}
.AnyTagClassName
{
color: #8F809B;
}
</style>
background-color css
<style>
a { background-color: #8F809B; }
a { background-color: rgb(143,128,155); }
div.DivClassName
{
background-color: #8F809B;
}
.BgClassName
{
background-color: #8F809B;
}
</style>
border-color css
<style>
span { border-color: #8F809B; }
span { border-color: rgb(143,128,155); }
td.TdClassName
{
border-color: #8F809B;
}
.TagClassName
{
border-color: #8F809B;
}
</style>