Shades of Amethyst Smoke #91879A
Tints of Amethyst Smoke #91879A
RGB
CMYK
RGB Variations
Color information
#91879A (or 0x91879A) is known color: Amethyst Smoke. HEX triplet: 91, 87 and 9A. RGB value is (145,135,154). Sum of RGB (Red+Green+Blue) = 145+135+154=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 154 - color contains mainly: blue. Hex color #91879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91879A is #6E7865. Grayscale: #8C8C8C. Windows color (decimal): -7239782 or 10127249. OLE color: 10127249.
HSL color Cylindrical-coordinate representation of color #91879A: hue angle of 271.58º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91879A is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 135 | 154 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.40 |
| HSL | 271.58º | 0.09% | 0.57% | - |
| HSV(B) | 271.58º | 0.12% | 0.6% | - |
| XYZ | 26.17 | 25.68 | 34.15 | - |
| YUV | 140.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 154 | 0.06 | 0.12 | 0 | 0.40 | 271.58 | 0.09 | 0.57 |
| Hex | 91 | 87 | 9A | 6 | C | 0 | 28 | 110 | 9 | 39 |
| Octal | 221 | 207 | 232 | 6 | 14 | 0 | 50 | 420 | 11 | 71 |
| Binary | 10010001 | 10000111 | 10011010 | 110 | 1100 | 0 | 101000 | 100010000 | 1001 | 111001 |
Color Harmonies of #91879A
Complementary color
Monochromatic Colors of #91879A
Black with #91879A
Text Example
Text Example
White with #91879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91879A; }
p { color: rgb(145,135,154); }
H1.HeaderClassName
{
color: #91879A;
}
.AnyTagClassName
{
color: #91879A;
}
</style>
background-color css
<style>
a { background-color: #91879A; }
a { background-color: rgb(145,135,154); }
div.DivClassName
{
background-color: #91879A;
}
.BgClassName
{
background-color: #91879A;
}
</style>
border-color css
<style>
span { border-color: #91879A; }
span { border-color: rgb(145,135,154); }
td.TdClassName
{
border-color: #91879A;
}
.TagClassName
{
border-color: #91879A;
}
</style>