Shades of Amethyst Smoke #91899A
Tints of Amethyst Smoke #91899A
RGB
CMYK
RGB Variations
Color information
#91899A (or 0x91899A) is known color: Amethyst Smoke. HEX triplet: 91, 89 and 9A. RGB value is (145,137,154). Sum of RGB (Red+Green+Blue) = 145+137+154=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 154 - color contains mainly: blue. Hex color #91899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91899A is #6E7665. Grayscale: #8D8D8D. Windows color (decimal): -7239270 or 10127761. OLE color: 10127761.
HSL color Cylindrical-coordinate representation of color #91899A: hue angle of 268.24º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #91899A is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 137 | 154 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.40 |
| HSL | 268.24º | 0.08% | 0.57% | - |
| HSV(B) | 268.24º | 0.11% | 0.6% | - |
| XYZ | 26.46 | 26.24 | 34.24 | - |
| YUV | 141.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 154 | 0.06 | 0.11 | 0 | 0.40 | 268.24 | 0.08 | 0.57 |
| Hex | 91 | 89 | 9A | 6 | B | 0 | 28 | 10C | 8 | 39 |
| Octal | 221 | 211 | 232 | 6 | 13 | 0 | 50 | 414 | 10 | 71 |
| Binary | 10010001 | 10001001 | 10011010 | 110 | 1011 | 0 | 101000 | 100001100 | 1000 | 111001 |
Color Harmonies of #91899A
Complementary color
Monochromatic Colors of #91899A
Black with #91899A
Text Example
Text Example
White with #91899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91899A; }
p { color: rgb(145,137,154); }
H1.HeaderClassName
{
color: #91899A;
}
.AnyTagClassName
{
color: #91899A;
}
</style>
background-color css
<style>
a { background-color: #91899A; }
a { background-color: rgb(145,137,154); }
div.DivClassName
{
background-color: #91899A;
}
.BgClassName
{
background-color: #91899A;
}
</style>
border-color css
<style>
span { border-color: #91899A; }
span { border-color: rgb(145,137,154); }
td.TdClassName
{
border-color: #91899A;
}
.TagClassName
{
border-color: #91899A;
}
</style>