Shades of Amethyst Smoke #948595
Tints of Amethyst Smoke #948595
RGB
CMYK
RGB Variations
Color information
#948595 (or 0x948595) is known color: Amethyst Smoke. HEX triplet: 94, 85 and 95. RGB value is (148,133,149). Sum of RGB (Red+Green+Blue) = 148+133+149=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #948595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948595 is #6B7A6A. Grayscale: #8B8B8B. Windows color (decimal): -7043691 or 9799060. OLE color: 9799060.
HSL color Cylindrical-coordinate representation of color #948595: hue angle of 296.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948595 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 133 | 149 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.42 |
| HSL | 296.25º | 0.07% | 0.55% | - |
| HSV(B) | 296.25º | 0.11% | 0.58% | - |
| XYZ | 26.03 | 25.24 | 31.93 | - |
| YUV | 139.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 149 | 0.01 | 0.11 | 0 | 0.42 | 296.25 | 0.07 | 0.55 |
| Hex | 94 | 85 | 95 | 1 | B | 0 | 2A | 128 | 7 | 37 |
| Octal | 224 | 205 | 225 | 1 | 13 | 0 | 52 | 450 | 7 | 67 |
| Binary | 10010100 | 10000101 | 10010101 | 1 | 1011 | 0 | 101010 | 100101000 | 111 | 110111 |
Color Harmonies of #948595
Complementary color
Monochromatic Colors of #948595
Black with #948595
Text Example
Text Example
White with #948595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948595; }
p { color: rgb(148,133,149); }
H1.HeaderClassName
{
color: #948595;
}
.AnyTagClassName
{
color: #948595;
}
</style>
background-color css
<style>
a { background-color: #948595; }
a { background-color: rgb(148,133,149); }
div.DivClassName
{
background-color: #948595;
}
.BgClassName
{
background-color: #948595;
}
</style>
border-color css
<style>
span { border-color: #948595; }
span { border-color: rgb(148,133,149); }
td.TdClassName
{
border-color: #948595;
}
.TagClassName
{
border-color: #948595;
}
</style>