Shades of Amethyst Smoke #91819F
Tints of Amethyst Smoke #91819F
RGB
CMYK
RGB Variations
Color information
#91819F (or 0x91819F) is known color: Amethyst Smoke. HEX triplet: 91, 81 and 9F. RGB value is (145,129,159). Sum of RGB (Red+Green+Blue) = 145+129+159=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 159 - color contains mainly: blue. Hex color #91819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91819F is #6E7E60. Grayscale: #898989. Windows color (decimal): -7241313 or 10453393. OLE color: 10453393.
HSL color Cylindrical-coordinate representation of color #91819F: hue angle of 272º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91819F is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 129 | 159 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.38 |
| HSL | 272º | 0.14% | 0.56% | - |
| HSV(B) | 272º | 0.19% | 0.62% | - |
| XYZ | 25.79 | 24.22 | 36.12 | - |
| YUV | 137.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 159 | 0.09 | 0.19 | 0 | 0.38 | 272 | 0.14 | 0.56 |
| Hex | 91 | 81 | 9F | 9 | 13 | 0 | 26 | 110 | E | 38 |
| Octal | 221 | 201 | 237 | 11 | 23 | 0 | 46 | 420 | 16 | 70 |
| Binary | 10010001 | 10000001 | 10011111 | 1001 | 10011 | 0 | 100110 | 100010000 | 1110 | 111000 |
Color Harmonies of #91819F
Complementary color
Monochromatic Colors of #91819F
Black with #91819F
Text Example
Text Example
White with #91819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91819F; }
p { color: rgb(145,129,159); }
H1.HeaderClassName
{
color: #91819F;
}
.AnyTagClassName
{
color: #91819F;
}
</style>
background-color css
<style>
a { background-color: #91819F; }
a { background-color: rgb(145,129,159); }
div.DivClassName
{
background-color: #91819F;
}
.BgClassName
{
background-color: #91819F;
}
</style>
border-color css
<style>
span { border-color: #91819F; }
span { border-color: rgb(145,129,159); }
td.TdClassName
{
border-color: #91819F;
}
.TagClassName
{
border-color: #91819F;
}
</style>