Shades of Amethyst Smoke #958498
Tints of Amethyst Smoke #958498
RGB
CMYK
RGB Variations
Color information
#958498 (or 0x958498) is known color: Amethyst Smoke. HEX triplet: 95, 84 and 98. RGB value is (149,132,152). Sum of RGB (Red+Green+Blue) = 149+132+152=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 152 - color contains mainly: blue. Hex color #958498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958498 is #6A7B67. Grayscale: #8B8B8B. Windows color (decimal): -6978408 or 9995413. OLE color: 9995413.
HSL color Cylindrical-coordinate representation of color #958498: hue angle of 291º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958498 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 132 | 152 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.40 |
| HSL | 291º | 0.09% | 0.56% | - |
| HSV(B) | 291º | 0.13% | 0.6% | - |
| XYZ | 26.31 | 25.16 | 33.18 | - |
| YUV | 139.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 152 | 0.02 | 0.13 | 0 | 0.40 | 291 | 0.09 | 0.56 |
| Hex | 95 | 84 | 98 | 2 | D | 0 | 28 | 123 | 9 | 38 |
| Octal | 225 | 204 | 230 | 2 | 15 | 0 | 50 | 443 | 11 | 70 |
| Binary | 10010101 | 10000100 | 10011000 | 10 | 1101 | 0 | 101000 | 100100011 | 1001 | 111000 |
Color Harmonies of #958498
Complementary color
Monochromatic Colors of #958498
Black with #958498
Text Example
Text Example
White with #958498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958498; }
p { color: rgb(149,132,152); }
H1.HeaderClassName
{
color: #958498;
}
.AnyTagClassName
{
color: #958498;
}
</style>
background-color css
<style>
a { background-color: #958498; }
a { background-color: rgb(149,132,152); }
div.DivClassName
{
background-color: #958498;
}
.BgClassName
{
background-color: #958498;
}
</style>
border-color css
<style>
span { border-color: #958498; }
span { border-color: rgb(149,132,152); }
td.TdClassName
{
border-color: #958498;
}
.TagClassName
{
border-color: #958498;
}
</style>