Shades of Amethyst Smoke #958098
Tints of Amethyst Smoke #958098
RGB
CMYK
RGB Variations
Color information
#958098 (or 0x958098) is known color: Amethyst Smoke. HEX triplet: 95, 80 and 98. RGB value is (149,128,152). Sum of RGB (Red+Green+Blue) = 149+128+152=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #958098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958098 is #6A7F67. Grayscale: #888888. Windows color (decimal): -6979432 or 9994389. OLE color: 9994389.
HSL color Cylindrical-coordinate representation of color #958098: hue angle of 292.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #958098 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 128 | 152 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.40 |
| HSL | 292.5º | 0.1% | 0.55% | - |
| HSV(B) | 292.5º | 0.16% | 0.6% | - |
| XYZ | 25.78 | 24.09 | 33 | - |
| YUV | 137.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 152 | 0.02 | 0.16 | 0 | 0.40 | 292.5 | 0.1 | 0.55 |
| Hex | 95 | 80 | 98 | 2 | 10 | 0 | 28 | 124 | A | 37 |
| Octal | 225 | 200 | 230 | 2 | 20 | 0 | 50 | 444 | 12 | 67 |
| Binary | 10010101 | 10000000 | 10011000 | 10 | 10000 | 0 | 101000 | 100100100 | 1010 | 110111 |
Color Harmonies of #958098
Complementary color
Monochromatic Colors of #958098
Black with #958098
Text Example
Text Example
White with #958098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958098; }
p { color: rgb(149,128,152); }
H1.HeaderClassName
{
color: #958098;
}
.AnyTagClassName
{
color: #958098;
}
</style>
background-color css
<style>
a { background-color: #958098; }
a { background-color: rgb(149,128,152); }
div.DivClassName
{
background-color: #958098;
}
.BgClassName
{
background-color: #958098;
}
</style>
border-color css
<style>
span { border-color: #958098; }
span { border-color: rgb(149,128,152); }
td.TdClassName
{
border-color: #958098;
}
.TagClassName
{
border-color: #958098;
}
</style>