Shades of Amethyst Smoke #95889D
Tints of Amethyst Smoke #95889D
RGB
CMYK
RGB Variations
Color information
#95889D (or 0x95889D) is known color: Amethyst Smoke. HEX triplet: 95, 88 and 9D. RGB value is (149,136,157). Sum of RGB (Red+Green+Blue) = 149+136+157=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #95889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95889D is #6A7762. Grayscale: #8E8E8E. Windows color (decimal): -6977379 or 10324117. OLE color: 10324117.
HSL color Cylindrical-coordinate representation of color #95889D: hue angle of 277.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95889D is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 136 | 157 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.38 |
| HSL | 277.14º | 0.1% | 0.57% | - |
| HSV(B) | 277.14º | 0.13% | 0.62% | - |
| XYZ | 27.28 | 26.43 | 35.56 | - |
| YUV | 142.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 157 | 0.05 | 0.13 | 0 | 0.38 | 277.14 | 0.1 | 0.57 |
| Hex | 95 | 88 | 9D | 5 | D | 0 | 26 | 115 | A | 39 |
| Octal | 225 | 210 | 235 | 5 | 15 | 0 | 46 | 425 | 12 | 71 |
| Binary | 10010101 | 10001000 | 10011101 | 101 | 1101 | 0 | 100110 | 100010101 | 1010 | 111001 |
Color Harmonies of #95889D
Complementary color
Monochromatic Colors of #95889D
Black with #95889D
Text Example
Text Example
White with #95889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95889D; }
p { color: rgb(149,136,157); }
H1.HeaderClassName
{
color: #95889D;
}
.AnyTagClassName
{
color: #95889D;
}
</style>
background-color css
<style>
a { background-color: #95889D; }
a { background-color: rgb(149,136,157); }
div.DivClassName
{
background-color: #95889D;
}
.BgClassName
{
background-color: #95889D;
}
</style>
border-color css
<style>
span { border-color: #95889D; }
span { border-color: rgb(149,136,157); }
td.TdClassName
{
border-color: #95889D;
}
.TagClassName
{
border-color: #95889D;
}
</style>