Shades of Amethyst Smoke #91779A
Tints of Amethyst Smoke #91779A
RGB
CMYK
RGB Variations
Color information
#91779A (or 0x91779A) is known color: Amethyst Smoke. HEX triplet: 91, 77 and 9A. RGB value is (145,119,154). Sum of RGB (Red+Green+Blue) = 145+119+154=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #91779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91779A is #6E8865. Grayscale: #828282. Windows color (decimal): -7243878 or 10123153. OLE color: 10123153.
HSL color Cylindrical-coordinate representation of color #91779A: hue angle of 284.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91779A is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 119 | 154 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.40 |
| HSL | 284.57º | 0.15% | 0.54% | - |
| HSV(B) | 284.57º | 0.23% | 0.6% | - |
| XYZ | 24.11 | 21.55 | 33.46 | - |
| YUV | 130.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 154 | 0.06 | 0.23 | 0 | 0.40 | 284.57 | 0.15 | 0.54 |
| Hex | 91 | 77 | 9A | 6 | 17 | 0 | 28 | 11D | F | 36 |
| Octal | 221 | 167 | 232 | 6 | 27 | 0 | 50 | 435 | 17 | 66 |
| Binary | 10010001 | 1110111 | 10011010 | 110 | 10111 | 0 | 101000 | 100011101 | 1111 | 110110 |
Color Harmonies of #91779A
Complementary color
Monochromatic Colors of #91779A
Black with #91779A
Text Example
Text Example
White with #91779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91779A; }
p { color: rgb(145,119,154); }
H1.HeaderClassName
{
color: #91779A;
}
.AnyTagClassName
{
color: #91779A;
}
</style>
background-color css
<style>
a { background-color: #91779A; }
a { background-color: rgb(145,119,154); }
div.DivClassName
{
background-color: #91779A;
}
.BgClassName
{
background-color: #91779A;
}
</style>
border-color css
<style>
span { border-color: #91779A; }
span { border-color: rgb(145,119,154); }
td.TdClassName
{
border-color: #91779A;
}
.TagClassName
{
border-color: #91779A;
}
</style>