Shades of Amethyst Smoke #958899
Tints of Amethyst Smoke #958899
RGB
CMYK
RGB Variations
Color information
#958899 (or 0x958899) is known color: Amethyst Smoke. HEX triplet: 95, 88 and 99. RGB value is (149,136,153). Sum of RGB (Red+Green+Blue) = 149+136+153=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 153 - color contains mainly: blue. Hex color #958899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958899 is #6A7766. Grayscale: #8D8D8D. Windows color (decimal): -6977383 or 10061973. OLE color: 10061973.
HSL color Cylindrical-coordinate representation of color #958899: hue angle of 285.88º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958899 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 136 | 153 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.4 |
| HSL | 285.88º | 0.08% | 0.57% | - |
| HSV(B) | 285.88º | 0.11% | 0.6% | - |
| XYZ | 26.95 | 26.3 | 33.79 | - |
| YUV | 141.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 153 | 0.03 | 0.11 | 0 | 0.4 | 285.88 | 0.08 | 0.57 |
| Hex | 95 | 88 | 99 | 3 | B | 0 | 28 | 11E | 8 | 39 |
| Octal | 225 | 210 | 231 | 3 | 13 | 0 | 50 | 436 | 10 | 71 |
| Binary | 10010101 | 10001000 | 10011001 | 11 | 1011 | 0 | 101000 | 100011110 | 1000 | 111001 |
Color Harmonies of #958899
Complementary color
Monochromatic Colors of #958899
Black with #958899
Text Example
Text Example
White with #958899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958899; }
p { color: rgb(149,136,153); }
H1.HeaderClassName
{
color: #958899;
}
.AnyTagClassName
{
color: #958899;
}
</style>
background-color css
<style>
a { background-color: #958899; }
a { background-color: rgb(149,136,153); }
div.DivClassName
{
background-color: #958899;
}
.BgClassName
{
background-color: #958899;
}
</style>
border-color css
<style>
span { border-color: #958899; }
span { border-color: rgb(149,136,153); }
td.TdClassName
{
border-color: #958899;
}
.TagClassName
{
border-color: #958899;
}
</style>