Shades of Amethyst Smoke #958998
Tints of Amethyst Smoke #958998
RGB
CMYK
RGB Variations
Color information
#958998 (or 0x958998) is known color: Amethyst Smoke. HEX triplet: 95, 89 and 98. RGB value is (149,137,152). Sum of RGB (Red+Green+Blue) = 149+137+152=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 152 - color contains mainly: blue. Hex color #958998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958998 is #6A7667. Grayscale: #8E8E8E. Windows color (decimal): -6977128 or 9996693. OLE color: 9996693.
HSL color Cylindrical-coordinate representation of color #958998: hue angle of 288º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #958998 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 137 | 152 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.40 |
| HSL | 288º | 0.07% | 0.57% | - |
| HSV(B) | 288º | 0.1% | 0.6% | - |
| XYZ | 27.01 | 26.55 | 33.41 | - |
| YUV | 142.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 152 | 0.02 | 0.10 | 0 | 0.40 | 288 | 0.07 | 0.57 |
| Hex | 95 | 89 | 98 | 2 | A | 0 | 28 | 120 | 7 | 39 |
| Octal | 225 | 211 | 230 | 2 | 12 | 0 | 50 | 440 | 7 | 71 |
| Binary | 10010101 | 10001001 | 10011000 | 10 | 1010 | 0 | 101000 | 100100000 | 111 | 111001 |
Color Harmonies of #958998
Complementary color
Monochromatic Colors of #958998
Black with #958998
Text Example
Text Example
White with #958998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958998; }
p { color: rgb(149,137,152); }
H1.HeaderClassName
{
color: #958998;
}
.AnyTagClassName
{
color: #958998;
}
</style>
background-color css
<style>
a { background-color: #958998; }
a { background-color: rgb(149,137,152); }
div.DivClassName
{
background-color: #958998;
}
.BgClassName
{
background-color: #958998;
}
</style>
border-color css
<style>
span { border-color: #958998; }
span { border-color: rgb(149,137,152); }
td.TdClassName
{
border-color: #958998;
}
.TagClassName
{
border-color: #958998;
}
</style>