Shades of Amethyst Smoke #95829D
Tints of Amethyst Smoke #95829D
RGB
CMYK
RGB Variations
Color information
#95829D (or 0x95829D) is known color: Amethyst Smoke. HEX triplet: 95, 82 and 9D. RGB value is (149,130,157). Sum of RGB (Red+Green+Blue) = 149+130+157=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 157 - color contains mainly: blue. Hex color #95829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95829D is #6A7D62. Grayscale: #8A8A8A. Windows color (decimal): -6978915 or 10322581. OLE color: 10322581.
HSL color Cylindrical-coordinate representation of color #95829D: hue angle of 282.22º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95829D is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 130 | 157 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.38 |
| HSL | 282.22º | 0.12% | 0.56% | - |
| HSV(B) | 282.22º | 0.17% | 0.62% | - |
| XYZ | 26.46 | 24.79 | 35.29 | - |
| YUV | 138.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 157 | 0.05 | 0.17 | 0 | 0.38 | 282.22 | 0.12 | 0.56 |
| Hex | 95 | 82 | 9D | 5 | 11 | 0 | 26 | 11A | C | 38 |
| Octal | 225 | 202 | 235 | 5 | 21 | 0 | 46 | 432 | 14 | 70 |
| Binary | 10010101 | 10000010 | 10011101 | 101 | 10001 | 0 | 100110 | 100011010 | 1100 | 111000 |
Color Harmonies of #95829D
Complementary color
Monochromatic Colors of #95829D
Black with #95829D
Text Example
Text Example
White with #95829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95829D; }
p { color: rgb(149,130,157); }
H1.HeaderClassName
{
color: #95829D;
}
.AnyTagClassName
{
color: #95829D;
}
</style>
background-color css
<style>
a { background-color: #95829D; }
a { background-color: rgb(149,130,157); }
div.DivClassName
{
background-color: #95829D;
}
.BgClassName
{
background-color: #95829D;
}
</style>
border-color css
<style>
span { border-color: #95829D; }
span { border-color: rgb(149,130,157); }
td.TdClassName
{
border-color: #95829D;
}
.TagClassName
{
border-color: #95829D;
}
</style>