Shades of Amethyst Smoke #91789A
Tints of Amethyst Smoke #91789A
RGB
CMYK
RGB Variations
Color information
#91789A (or 0x91789A) is known color: Amethyst Smoke. HEX triplet: 91, 78 and 9A. RGB value is (145,120,154). Sum of RGB (Red+Green+Blue) = 145+120+154=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #91789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91789A is #6E8765. Grayscale: #838383. Windows color (decimal): -7243622 or 10123409. OLE color: 10123409.
HSL color Cylindrical-coordinate representation of color #91789A: hue angle of 284.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91789A is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 120 | 154 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.40 |
| HSL | 284.12º | 0.14% | 0.54% | - |
| HSV(B) | 284.12º | 0.22% | 0.6% | - |
| XYZ | 24.23 | 21.79 | 33.5 | - |
| YUV | 131.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 154 | 0.06 | 0.22 | 0 | 0.40 | 284.12 | 0.14 | 0.54 |
| Hex | 91 | 78 | 9A | 6 | 16 | 0 | 28 | 11C | E | 36 |
| Octal | 221 | 170 | 232 | 6 | 26 | 0 | 50 | 434 | 16 | 66 |
| Binary | 10010001 | 1111000 | 10011010 | 110 | 10110 | 0 | 101000 | 100011100 | 1110 | 110110 |
Color Harmonies of #91789A
Complementary color
Monochromatic Colors of #91789A
Black with #91789A
Text Example
Text Example
White with #91789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91789A; }
p { color: rgb(145,120,154); }
H1.HeaderClassName
{
color: #91789A;
}
.AnyTagClassName
{
color: #91789A;
}
</style>
background-color css
<style>
a { background-color: #91789A; }
a { background-color: rgb(145,120,154); }
div.DivClassName
{
background-color: #91789A;
}
.BgClassName
{
background-color: #91789A;
}
</style>
border-color css
<style>
span { border-color: #91789A; }
span { border-color: rgb(145,120,154); }
td.TdClassName
{
border-color: #91789A;
}
.TagClassName
{
border-color: #91789A;
}
</style>