Shades of Amethyst Smoke #91819C
Tints of Amethyst Smoke #91819C
RGB
CMYK
RGB Variations
Color information
#91819C (or 0x91819C) is known color: Amethyst Smoke. HEX triplet: 91, 81 and 9C. RGB value is (145,129,156). Sum of RGB (Red+Green+Blue) = 145+129+156=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #91819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91819C is #6E7E63. Grayscale: #888888. Windows color (decimal): -7241316 or 10256785. OLE color: 10256785.
HSL color Cylindrical-coordinate representation of color #91819C: hue angle of 275.56º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91819C is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 129 | 156 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.39 |
| HSL | 275.56º | 0.12% | 0.56% | - |
| HSV(B) | 275.56º | 0.17% | 0.61% | - |
| XYZ | 25.53 | 24.12 | 34.76 | - |
| YUV | 136.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 156 | 0.07 | 0.17 | 0 | 0.39 | 275.56 | 0.12 | 0.56 |
| Hex | 91 | 81 | 9C | 7 | 11 | 0 | 27 | 114 | C | 38 |
| Octal | 221 | 201 | 234 | 7 | 21 | 0 | 47 | 424 | 14 | 70 |
| Binary | 10010001 | 10000001 | 10011100 | 111 | 10001 | 0 | 100111 | 100010100 | 1100 | 111000 |
Color Harmonies of #91819C
Complementary color
Monochromatic Colors of #91819C
Black with #91819C
Text Example
Text Example
White with #91819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91819C; }
p { color: rgb(145,129,156); }
H1.HeaderClassName
{
color: #91819C;
}
.AnyTagClassName
{
color: #91819C;
}
</style>
background-color css
<style>
a { background-color: #91819C; }
a { background-color: rgb(145,129,156); }
div.DivClassName
{
background-color: #91819C;
}
.BgClassName
{
background-color: #91819C;
}
</style>
border-color css
<style>
span { border-color: #91819C; }
span { border-color: rgb(145,129,156); }
td.TdClassName
{
border-color: #91819C;
}
.TagClassName
{
border-color: #91819C;
}
</style>