Shades of Amethyst Smoke #958398
Tints of Amethyst Smoke #958398
RGB
CMYK
RGB Variations
Color information
#958398 (or 0x958398) is known color: Amethyst Smoke. HEX triplet: 95, 83 and 98. RGB value is (149,131,152). Sum of RGB (Red+Green+Blue) = 149+131+152=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 152 - color contains mainly: blue. Hex color #958398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958398 is #6A7C67. Grayscale: #8A8A8A. Windows color (decimal): -6978664 or 9995157. OLE color: 9995157.
HSL color Cylindrical-coordinate representation of color #958398: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958398 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 131 | 152 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.40 |
| HSL | 291.43º | 0.09% | 0.55% | - |
| HSV(B) | 291.43º | 0.14% | 0.6% | - |
| XYZ | 26.18 | 24.89 | 33.13 | - |
| YUV | 138.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 152 | 0.02 | 0.14 | 0 | 0.40 | 291.43 | 0.09 | 0.55 |
| Hex | 95 | 83 | 98 | 2 | E | 0 | 28 | 123 | 9 | 37 |
| Octal | 225 | 203 | 230 | 2 | 16 | 0 | 50 | 443 | 11 | 67 |
| Binary | 10010101 | 10000011 | 10011000 | 10 | 1110 | 0 | 101000 | 100100011 | 1001 | 110111 |
Color Harmonies of #958398
Complementary color
Monochromatic Colors of #958398
Black with #958398
Text Example
Text Example
White with #958398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958398; }
p { color: rgb(149,131,152); }
H1.HeaderClassName
{
color: #958398;
}
.AnyTagClassName
{
color: #958398;
}
</style>
background-color css
<style>
a { background-color: #958398; }
a { background-color: rgb(149,131,152); }
div.DivClassName
{
background-color: #958398;
}
.BgClassName
{
background-color: #958398;
}
</style>
border-color css
<style>
span { border-color: #958398; }
span { border-color: rgb(149,131,152); }
td.TdClassName
{
border-color: #958398;
}
.TagClassName
{
border-color: #958398;
}
</style>