Shades of Amethyst Smoke #95879C
Tints of Amethyst Smoke #95879C
RGB
CMYK
RGB Variations
Color information
#95879C (or 0x95879C) is known color: Amethyst Smoke. HEX triplet: 95, 87 and 9C. RGB value is (149,135,156). Sum of RGB (Red+Green+Blue) = 149+135+156=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 156 - color contains mainly: blue. Hex color #95879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95879C is #6A7863. Grayscale: #8D8D8D. Windows color (decimal): -6977636 or 10258325. OLE color: 10258325.
HSL color Cylindrical-coordinate representation of color #95879C: hue angle of 280º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95879C is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 135 | 156 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.39 |
| HSL | 280º | 0.1% | 0.57% | - |
| HSV(B) | 280º | 0.13% | 0.61% | - |
| XYZ | 27.06 | 26.12 | 35.07 | - |
| YUV | 141.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 156 | 0.04 | 0.13 | 0 | 0.39 | 280 | 0.1 | 0.57 |
| Hex | 95 | 87 | 9C | 4 | D | 0 | 27 | 118 | A | 39 |
| Octal | 225 | 207 | 234 | 4 | 15 | 0 | 47 | 430 | 12 | 71 |
| Binary | 10010101 | 10000111 | 10011100 | 100 | 1101 | 0 | 100111 | 100011000 | 1010 | 111001 |
Color Harmonies of #95879C
Complementary color
Monochromatic Colors of #95879C
Black with #95879C
Text Example
Text Example
White with #95879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95879C; }
p { color: rgb(149,135,156); }
H1.HeaderClassName
{
color: #95879C;
}
.AnyTagClassName
{
color: #95879C;
}
</style>
background-color css
<style>
a { background-color: #95879C; }
a { background-color: rgb(149,135,156); }
div.DivClassName
{
background-color: #95879C;
}
.BgClassName
{
background-color: #95879C;
}
</style>
border-color css
<style>
span { border-color: #95879C; }
span { border-color: rgb(149,135,156); }
td.TdClassName
{
border-color: #95879C;
}
.TagClassName
{
border-color: #95879C;
}
</style>