Shades of Amethyst Smoke #91839A
Tints of Amethyst Smoke #91839A
RGB
CMYK
RGB Variations
Color information
#91839A (or 0x91839A) is known color: Amethyst Smoke. HEX triplet: 91, 83 and 9A. RGB value is (145,131,154). Sum of RGB (Red+Green+Blue) = 145+131+154=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 154 - color contains mainly: blue. Hex color #91839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91839A is #6E7C65. Grayscale: #898989. Windows color (decimal): -7240806 or 10126225. OLE color: 10126225.
HSL color Cylindrical-coordinate representation of color #91839A: hue angle of 276.52º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91839A is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 131 | 154 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.40 |
| HSL | 276.52º | 0.1% | 0.56% | - |
| HSV(B) | 276.52º | 0.15% | 0.6% | - |
| XYZ | 25.63 | 24.59 | 33.97 | - |
| YUV | 137.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 154 | 0.06 | 0.15 | 0 | 0.40 | 276.52 | 0.1 | 0.56 |
| Hex | 91 | 83 | 9A | 6 | F | 0 | 28 | 115 | A | 38 |
| Octal | 221 | 203 | 232 | 6 | 17 | 0 | 50 | 425 | 12 | 70 |
| Binary | 10010001 | 10000011 | 10011010 | 110 | 1111 | 0 | 101000 | 100010101 | 1010 | 111000 |
Color Harmonies of #91839A
Complementary color
Monochromatic Colors of #91839A
Black with #91839A
Text Example
Text Example
White with #91839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91839A; }
p { color: rgb(145,131,154); }
H1.HeaderClassName
{
color: #91839A;
}
.AnyTagClassName
{
color: #91839A;
}
</style>
background-color css
<style>
a { background-color: #91839A; }
a { background-color: rgb(145,131,154); }
div.DivClassName
{
background-color: #91839A;
}
.BgClassName
{
background-color: #91839A;
}
</style>
border-color css
<style>
span { border-color: #91839A; }
span { border-color: rgb(145,131,154); }
td.TdClassName
{
border-color: #91839A;
}
.TagClassName
{
border-color: #91839A;
}
</style>