Shades of Amethyst Smoke #91799C
Tints of Amethyst Smoke #91799C
RGB
CMYK
RGB Variations
Color information
#91799C (or 0x91799C) is known color: Amethyst Smoke. HEX triplet: 91, 79 and 9C. RGB value is (145,121,156). Sum of RGB (Red+Green+Blue) = 145+121+156=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #91799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91799C is #6E8663. Grayscale: #848484. Windows color (decimal): -7243364 or 10254737. OLE color: 10254737.
HSL color Cylindrical-coordinate representation of color #91799C: hue angle of 281.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91799C is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 121 | 156 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.39 |
| HSL | 281.14º | 0.15% | 0.54% | - |
| HSV(B) | 281.14º | 0.22% | 0.61% | - |
| XYZ | 24.52 | 22.09 | 34.43 | - |
| YUV | 132.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 156 | 0.07 | 0.22 | 0 | 0.39 | 281.14 | 0.15 | 0.54 |
| Hex | 91 | 79 | 9C | 7 | 16 | 0 | 27 | 119 | F | 36 |
| Octal | 221 | 171 | 234 | 7 | 26 | 0 | 47 | 431 | 17 | 66 |
| Binary | 10010001 | 1111001 | 10011100 | 111 | 10110 | 0 | 100111 | 100011001 | 1111 | 110110 |
Color Harmonies of #91799C
Complementary color
Monochromatic Colors of #91799C
Black with #91799C
Text Example
Text Example
White with #91799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91799C; }
p { color: rgb(145,121,156); }
H1.HeaderClassName
{
color: #91799C;
}
.AnyTagClassName
{
color: #91799C;
}
</style>
background-color css
<style>
a { background-color: #91799C; }
a { background-color: rgb(145,121,156); }
div.DivClassName
{
background-color: #91799C;
}
.BgClassName
{
background-color: #91799C;
}
</style>
border-color css
<style>
span { border-color: #91799C; }
span { border-color: rgb(145,121,156); }
td.TdClassName
{
border-color: #91799C;
}
.TagClassName
{
border-color: #91799C;
}
</style>