Shades of Amethyst Smoke #91809D
Tints of Amethyst Smoke #91809D
RGB
CMYK
RGB Variations
Color information
#91809D (or 0x91809D) is known color: Amethyst Smoke. HEX triplet: 91, 80 and 9D. RGB value is (145,128,157). Sum of RGB (Red+Green+Blue) = 145+128+157=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #91809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91809D is #6E7F62. Grayscale: #888888. Windows color (decimal): -7241571 or 10322065. OLE color: 10322065.
HSL color Cylindrical-coordinate representation of color #91809D: hue angle of 275.17º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #91809D is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 128 | 157 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.38 |
| HSL | 275.17º | 0.13% | 0.56% | - |
| HSV(B) | 275.17º | 0.18% | 0.62% | - |
| XYZ | 25.48 | 23.89 | 35.17 | - |
| YUV | 136.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 157 | 0.08 | 0.18 | 0 | 0.38 | 275.17 | 0.13 | 0.56 |
| Hex | 91 | 80 | 9D | 8 | 12 | 0 | 26 | 113 | D | 38 |
| Octal | 221 | 200 | 235 | 10 | 22 | 0 | 46 | 423 | 15 | 70 |
| Binary | 10010001 | 10000000 | 10011101 | 1000 | 10010 | 0 | 100110 | 100010011 | 1101 | 111000 |
Color Harmonies of #91809D
Complementary color
Monochromatic Colors of #91809D
Black with #91809D
Text Example
Text Example
White with #91809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91809D; }
p { color: rgb(145,128,157); }
H1.HeaderClassName
{
color: #91809D;
}
.AnyTagClassName
{
color: #91809D;
}
</style>
background-color css
<style>
a { background-color: #91809D; }
a { background-color: rgb(145,128,157); }
div.DivClassName
{
background-color: #91809D;
}
.BgClassName
{
background-color: #91809D;
}
</style>
border-color css
<style>
span { border-color: #91809D; }
span { border-color: rgb(145,128,157); }
td.TdClassName
{
border-color: #91809D;
}
.TagClassName
{
border-color: #91809D;
}
</style>