Shades of Amethyst Smoke #95759A
Tints of Amethyst Smoke #95759A
RGB
CMYK
RGB Variations
Color information
#95759A (or 0x95759A) is known color: Amethyst Smoke. HEX triplet: 95, 75 and 9A. RGB value is (149,117,154). Sum of RGB (Red+Green+Blue) = 149+117+154=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #95759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95759A is #6A8A65. Grayscale: #828282. Windows color (decimal): -6982246 or 10122645. OLE color: 10122645.
HSL color Cylindrical-coordinate representation of color #95759A: hue angle of 291.89º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95759A is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 117 | 154 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.40 |
| HSL | 291.89º | 0.15% | 0.53% | - |
| HSV(B) | 291.89º | 0.24% | 0.6% | - |
| XYZ | 24.59 | 21.45 | 33.42 | - |
| YUV | 130.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 154 | 0.03 | 0.24 | 0 | 0.40 | 291.89 | 0.15 | 0.53 |
| Hex | 95 | 75 | 9A | 3 | 18 | 0 | 28 | 124 | F | 35 |
| Octal | 225 | 165 | 232 | 3 | 30 | 0 | 50 | 444 | 17 | 65 |
| Binary | 10010101 | 1110101 | 10011010 | 11 | 11000 | 0 | 101000 | 100100100 | 1111 | 110101 |
Color Harmonies of #95759A
Complementary color
Monochromatic Colors of #95759A
Black with #95759A
Text Example
Text Example
White with #95759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95759A; }
p { color: rgb(149,117,154); }
H1.HeaderClassName
{
color: #95759A;
}
.AnyTagClassName
{
color: #95759A;
}
</style>
background-color css
<style>
a { background-color: #95759A; }
a { background-color: rgb(149,117,154); }
div.DivClassName
{
background-color: #95759A;
}
.BgClassName
{
background-color: #95759A;
}
</style>
border-color css
<style>
span { border-color: #95759A; }
span { border-color: rgb(149,117,154); }
td.TdClassName
{
border-color: #95759A;
}
.TagClassName
{
border-color: #95759A;
}
</style>