Shades of Amethyst Smoke #95899A
Tints of Amethyst Smoke #95899A
RGB
CMYK
RGB Variations
Color information
#95899A (or 0x95899A) is known color: Amethyst Smoke. HEX triplet: 95, 89 and 9A. RGB value is (149,137,154). Sum of RGB (Red+Green+Blue) = 149+137+154=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 154 - color contains mainly: blue. Hex color #95899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95899A is #6A7665. Grayscale: #8E8E8E. Windows color (decimal): -6977126 or 10127765. OLE color: 10127765.
HSL color Cylindrical-coordinate representation of color #95899A: hue angle of 282.35º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #95899A is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 137 | 154 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.40 |
| HSL | 282.35º | 0.08% | 0.57% | - |
| HSV(B) | 282.35º | 0.11% | 0.6% | - |
| XYZ | 27.17 | 26.61 | 34.28 | - |
| YUV | 142.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 154 | 0.03 | 0.11 | 0 | 0.40 | 282.35 | 0.08 | 0.57 |
| Hex | 95 | 89 | 9A | 3 | B | 0 | 28 | 11A | 8 | 39 |
| Octal | 225 | 211 | 232 | 3 | 13 | 0 | 50 | 432 | 10 | 71 |
| Binary | 10010101 | 10001001 | 10011010 | 11 | 1011 | 0 | 101000 | 100011010 | 1000 | 111001 |
Color Harmonies of #95899A
Complementary color
Monochromatic Colors of #95899A
Black with #95899A
Text Example
Text Example
White with #95899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95899A; }
p { color: rgb(149,137,154); }
H1.HeaderClassName
{
color: #95899A;
}
.AnyTagClassName
{
color: #95899A;
}
</style>
background-color css
<style>
a { background-color: #95899A; }
a { background-color: rgb(149,137,154); }
div.DivClassName
{
background-color: #95899A;
}
.BgClassName
{
background-color: #95899A;
}
</style>
border-color css
<style>
span { border-color: #95899A; }
span { border-color: rgb(149,137,154); }
td.TdClassName
{
border-color: #95899A;
}
.TagClassName
{
border-color: #95899A;
}
</style>