Shades of Amethyst Smoke #91799A
Tints of Amethyst Smoke #91799A
RGB
CMYK
RGB Variations
Color information
#91799A (or 0x91799A) is known color: Amethyst Smoke. HEX triplet: 91, 79 and 9A. RGB value is (145,121,154). Sum of RGB (Red+Green+Blue) = 145+121+154=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #91799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91799A is #6E8665. Grayscale: #838383. Windows color (decimal): -7243366 or 10123665. OLE color: 10123665.
HSL color Cylindrical-coordinate representation of color #91799A: hue angle of 283.64º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91799A is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 121 | 154 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.40 |
| HSL | 283.64º | 0.14% | 0.54% | - |
| HSV(B) | 283.64º | 0.21% | 0.6% | - |
| XYZ | 24.35 | 22.03 | 33.54 | - |
| YUV | 131.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 154 | 0.06 | 0.21 | 0 | 0.40 | 283.64 | 0.14 | 0.54 |
| Hex | 91 | 79 | 9A | 6 | 15 | 0 | 28 | 11C | E | 36 |
| Octal | 221 | 171 | 232 | 6 | 25 | 0 | 50 | 434 | 16 | 66 |
| Binary | 10010001 | 1111001 | 10011010 | 110 | 10101 | 0 | 101000 | 100011100 | 1110 | 110110 |
Color Harmonies of #91799A
Complementary color
Monochromatic Colors of #91799A
Black with #91799A
Text Example
Text Example
White with #91799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91799A; }
p { color: rgb(145,121,154); }
H1.HeaderClassName
{
color: #91799A;
}
.AnyTagClassName
{
color: #91799A;
}
</style>
background-color css
<style>
a { background-color: #91799A; }
a { background-color: rgb(145,121,154); }
div.DivClassName
{
background-color: #91799A;
}
.BgClassName
{
background-color: #91799A;
}
</style>
border-color css
<style>
span { border-color: #91799A; }
span { border-color: rgb(145,121,154); }
td.TdClassName
{
border-color: #91799A;
}
.TagClassName
{
border-color: #91799A;
}
</style>