Shades of Amethyst Smoke #91829D
Tints of Amethyst Smoke #91829D
RGB
CMYK
RGB Variations
Color information
#91829D (or 0x91829D) is known color: Amethyst Smoke. HEX triplet: 91, 82 and 9D. RGB value is (145,130,157). Sum of RGB (Red+Green+Blue) = 145+130+157=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: blue. Hex color #91829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91829D is #6E7D62. Grayscale: #898989. Windows color (decimal): -7241059 or 10322577. OLE color: 10322577.
HSL color Cylindrical-coordinate representation of color #91829D: hue angle of 273.33º 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 #91829D is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 130 | 157 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.38 |
| HSL | 273.33º | 0.12% | 0.56% | - |
| HSV(B) | 273.33º | 0.17% | 0.62% | - |
| XYZ | 25.75 | 24.42 | 35.25 | - |
| YUV | 137.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 157 | 0.08 | 0.17 | 0 | 0.38 | 273.33 | 0.12 | 0.56 |
| Hex | 91 | 82 | 9D | 8 | 11 | 0 | 26 | 111 | C | 38 |
| Octal | 221 | 202 | 235 | 10 | 21 | 0 | 46 | 421 | 14 | 70 |
| Binary | 10010001 | 10000010 | 10011101 | 1000 | 10001 | 0 | 100110 | 100010001 | 1100 | 111000 |
Color Harmonies of #91829D
Complementary color
Monochromatic Colors of #91829D
Black with #91829D
Text Example
Text Example
White with #91829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91829D; }
p { color: rgb(145,130,157); }
H1.HeaderClassName
{
color: #91829D;
}
.AnyTagClassName
{
color: #91829D;
}
</style>
background-color css
<style>
a { background-color: #91829D; }
a { background-color: rgb(145,130,157); }
div.DivClassName
{
background-color: #91829D;
}
.BgClassName
{
background-color: #91829D;
}
</style>
border-color css
<style>
span { border-color: #91829D; }
span { border-color: rgb(145,130,157); }
td.TdClassName
{
border-color: #91829D;
}
.TagClassName
{
border-color: #91829D;
}
</style>