Shades of Amethyst Smoke #91899C
Tints of Amethyst Smoke #91899C
RGB
CMYK
RGB Variations
Color information
#91899C (or 0x91899C) is known color: Amethyst Smoke. HEX triplet: 91, 89 and 9C. RGB value is (145,137,156). Sum of RGB (Red+Green+Blue) = 145+137+156=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #91899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91899C is #6E7663. Grayscale: #8D8D8D. Windows color (decimal): -7239268 or 10258833. OLE color: 10258833.
HSL color Cylindrical-coordinate representation of color #91899C: hue angle of 265.26º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91899C is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 137 | 156 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.39 |
| HSL | 265.26º | 0.09% | 0.57% | - |
| HSV(B) | 265.26º | 0.12% | 0.61% | - |
| XYZ | 26.62 | 26.31 | 35.13 | - |
| YUV | 141.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 156 | 0.07 | 0.12 | 0 | 0.39 | 265.26 | 0.09 | 0.57 |
| Hex | 91 | 89 | 9C | 7 | C | 0 | 27 | 109 | 9 | 39 |
| Octal | 221 | 211 | 234 | 7 | 14 | 0 | 47 | 411 | 11 | 71 |
| Binary | 10010001 | 10001001 | 10011100 | 111 | 1100 | 0 | 100111 | 100001001 | 1001 | 111001 |
Color Harmonies of #91899C
Complementary color
Monochromatic Colors of #91899C
Black with #91899C
Text Example
Text Example
White with #91899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91899C; }
p { color: rgb(145,137,156); }
H1.HeaderClassName
{
color: #91899C;
}
.AnyTagClassName
{
color: #91899C;
}
</style>
background-color css
<style>
a { background-color: #91899C; }
a { background-color: rgb(145,137,156); }
div.DivClassName
{
background-color: #91899C;
}
.BgClassName
{
background-color: #91899C;
}
</style>
border-color css
<style>
span { border-color: #91899C; }
span { border-color: rgb(145,137,156); }
td.TdClassName
{
border-color: #91899C;
}
.TagClassName
{
border-color: #91899C;
}
</style>