Shades of Amethyst Smoke #91849C
Tints of Amethyst Smoke #91849C
RGB
CMYK
RGB Variations
Color information
#91849C (or 0x91849C) is known color: Amethyst Smoke. HEX triplet: 91, 84 and 9C. RGB value is (145,132,156). Sum of RGB (Red+Green+Blue) = 145+132+156=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 156 - color contains mainly: blue. Hex color #91849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91849C is #6E7B63. Grayscale: #8A8A8A. Windows color (decimal): -7240548 or 10257553. OLE color: 10257553.
HSL color Cylindrical-coordinate representation of color #91849C: hue angle of 272.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91849C is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 132 | 156 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.39 |
| HSL | 272.5º | 0.11% | 0.56% | - |
| HSV(B) | 272.5º | 0.15% | 0.61% | - |
| XYZ | 25.93 | 24.92 | 34.9 | - |
| YUV | 138.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 156 | 0.07 | 0.15 | 0 | 0.39 | 272.5 | 0.11 | 0.56 |
| Hex | 91 | 84 | 9C | 7 | F | 0 | 27 | 110 | B | 38 |
| Octal | 221 | 204 | 234 | 7 | 17 | 0 | 47 | 420 | 13 | 70 |
| Binary | 10010001 | 10000100 | 10011100 | 111 | 1111 | 0 | 100111 | 100010000 | 1011 | 111000 |
Color Harmonies of #91849C
Complementary color
Monochromatic Colors of #91849C
Black with #91849C
Text Example
Text Example
White with #91849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91849C; }
p { color: rgb(145,132,156); }
H1.HeaderClassName
{
color: #91849C;
}
.AnyTagClassName
{
color: #91849C;
}
</style>
background-color css
<style>
a { background-color: #91849C; }
a { background-color: rgb(145,132,156); }
div.DivClassName
{
background-color: #91849C;
}
.BgClassName
{
background-color: #91849C;
}
</style>
border-color css
<style>
span { border-color: #91849C; }
span { border-color: rgb(145,132,156); }
td.TdClassName
{
border-color: #91849C;
}
.TagClassName
{
border-color: #91849C;
}
</style>