Shades of Amethyst Smoke #89878A
Tints of Amethyst Smoke #89878A
RGB
CMYK
RGB Variations
Color information
#89878A (or 0x89878A) is known color: Amethyst Smoke. HEX triplet: 89, 87 and 8A. RGB value is (137,135,138). Sum of RGB (Red+Green+Blue) = 137+135+138=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 138 - color contains mainly: blue. Hex color #89878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89878A is #767875. Grayscale: #878787. Windows color (decimal): -7764086 or 9078665. OLE color: 9078665.
HSL color Cylindrical-coordinate representation of color #89878A: hue angle of 280º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #89878A is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
RGB | 137 | 135 | 138 | - |
CMYK | 0.01 | 0.02 | 0 | 0.46 |
HSL | 280º | 0.01% | 0.54% | - |
HSV(B) | 280º | 0.02% | 0.54% | - |
XYZ | 23.57 | 24.48 | 27.53 | - |
YUV | 135.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 135 | 138 | 0.01 | 0.02 | 0 | 0.46 | 280 | 0.01 | 0.54 |
Hex | 89 | 87 | 8A | 1 | 2 | 0 | 2E | 118 | 1 | 36 |
Octal | 211 | 207 | 212 | 1 | 2 | 0 | 56 | 430 | 1 | 66 |
Binary | 10001001 | 10000111 | 10001010 | 1 | 10 | 0 | 101110 | 100011000 | 1 | 110110 |
Color Harmonies of #89878A
Complementary color
Monochromatic Colors of #89878A
Black with #89878A
Text Example
Text Example
White with #89878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89878A; }
p { color: rgb(137,135,138); }
H1.HeaderClassName
{
color: #89878A;
}
.AnyTagClassName
{
color: #89878A;
}
</style>
background-color css
<style>
a { background-color: #89878A; }
a { background-color: rgb(137,135,138); }
div.DivClassName
{
background-color: #89878A;
}
.BgClassName
{
background-color: #89878A;
}
</style>
border-color css
<style>
span { border-color: #89878A; }
span { border-color: rgb(137,135,138); }
td.TdClassName
{
border-color: #89878A;
}
.TagClassName
{
border-color: #89878A;
}
</style>