Shades of Amethyst Smoke #95859D
Tints of Amethyst Smoke #95859D
RGB
CMYK
RGB Variations
Color information
#95859D (or 0x95859D) is known color: Amethyst Smoke. HEX triplet: 95, 85 and 9D. RGB value is (149,133,157). Sum of RGB (Red+Green+Blue) = 149+133+157=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #95859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95859D is #6A7A62. Grayscale: #8C8C8C. Windows color (decimal): -6978147 or 10323349. OLE color: 10323349.
HSL color Cylindrical-coordinate representation of color #95859D: hue angle of 280º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95859D is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 133 | 157 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.38 |
| HSL | 280º | 0.11% | 0.57% | - |
| HSV(B) | 280º | 0.15% | 0.62% | - |
| XYZ | 26.87 | 25.6 | 35.42 | - |
| YUV | 140.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 157 | 0.05 | 0.15 | 0 | 0.38 | 280 | 0.11 | 0.57 |
| Hex | 95 | 85 | 9D | 5 | F | 0 | 26 | 118 | B | 39 |
| Octal | 225 | 205 | 235 | 5 | 17 | 0 | 46 | 430 | 13 | 71 |
| Binary | 10010101 | 10000101 | 10011101 | 101 | 1111 | 0 | 100110 | 100011000 | 1011 | 111001 |
Color Harmonies of #95859D
Complementary color
Monochromatic Colors of #95859D
Black with #95859D
Text Example
Text Example
White with #95859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95859D; }
p { color: rgb(149,133,157); }
H1.HeaderClassName
{
color: #95859D;
}
.AnyTagClassName
{
color: #95859D;
}
</style>
background-color css
<style>
a { background-color: #95859D; }
a { background-color: rgb(149,133,157); }
div.DivClassName
{
background-color: #95859D;
}
.BgClassName
{
background-color: #95859D;
}
</style>
border-color css
<style>
span { border-color: #95859D; }
span { border-color: rgb(149,133,157); }
td.TdClassName
{
border-color: #95859D;
}
.TagClassName
{
border-color: #95859D;
}
</style>