Shades of Amethyst Smoke #95889E
Tints of Amethyst Smoke #95889E
RGB
CMYK
RGB Variations
Color information
#95889E (or 0x95889E) is known color: Amethyst Smoke. HEX triplet: 95, 88 and 9E. RGB value is (149,136,158). Sum of RGB (Red+Green+Blue) = 149+136+158=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 158 - color contains mainly: blue. Hex color #95889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95889E is #6A7761. Grayscale: #8E8E8E. Windows color (decimal): -6977378 or 10389653. OLE color: 10389653.
HSL color Cylindrical-coordinate representation of color #95889E: hue angle of 275.45º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #95889E is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 136 | 158 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.38 |
| HSL | 275.45º | 0.1% | 0.58% | - |
| HSV(B) | 275.45º | 0.14% | 0.62% | - |
| XYZ | 27.37 | 26.47 | 36.01 | - |
| YUV | 142.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 158 | 0.06 | 0.14 | 0 | 0.38 | 275.45 | 0.1 | 0.58 |
| Hex | 95 | 88 | 9E | 6 | E | 0 | 26 | 113 | A | 3A |
| Octal | 225 | 210 | 236 | 6 | 16 | 0 | 46 | 423 | 12 | 72 |
| Binary | 10010101 | 10001000 | 10011110 | 110 | 1110 | 0 | 100110 | 100010011 | 1010 | 111010 |
Color Harmonies of #95889E
Complementary color
Monochromatic Colors of #95889E
Black with #95889E
Text Example
Text Example
White with #95889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95889E; }
p { color: rgb(149,136,158); }
H1.HeaderClassName
{
color: #95889E;
}
.AnyTagClassName
{
color: #95889E;
}
</style>
background-color css
<style>
a { background-color: #95889E; }
a { background-color: rgb(149,136,158); }
div.DivClassName
{
background-color: #95889E;
}
.BgClassName
{
background-color: #95889E;
}
</style>
border-color css
<style>
span { border-color: #95889E; }
span { border-color: rgb(149,136,158); }
td.TdClassName
{
border-color: #95889E;
}
.TagClassName
{
border-color: #95889E;
}
</style>