Shades of Amethyst Smoke #91839F
Tints of Amethyst Smoke #91839F
RGB
CMYK
RGB Variations
Color information
#91839F (or 0x91839F) is known color: Amethyst Smoke. HEX triplet: 91, 83 and 9F. RGB value is (145,131,159). Sum of RGB (Red+Green+Blue) = 145+131+159=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 159 - color contains mainly: blue. Hex color #91839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91839F is #6E7C60. Grayscale: #8A8A8A. Windows color (decimal): -7240801 or 10453905. OLE color: 10453905.
HSL color Cylindrical-coordinate representation of color #91839F: hue angle of 270º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #91839F is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 131 | 159 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.38 |
| HSL | 270º | 0.13% | 0.57% | - |
| HSV(B) | 270º | 0.18% | 0.62% | - |
| XYZ | 26.05 | 24.76 | 36.21 | - |
| YUV | 138.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 159 | 0.09 | 0.18 | 0 | 0.38 | 270 | 0.13 | 0.57 |
| Hex | 91 | 83 | 9F | 9 | 12 | 0 | 26 | 10E | D | 39 |
| Octal | 221 | 203 | 237 | 11 | 22 | 0 | 46 | 416 | 15 | 71 |
| Binary | 10010001 | 10000011 | 10011111 | 1001 | 10010 | 0 | 100110 | 100001110 | 1101 | 111001 |
Color Harmonies of #91839F
Complementary color
Monochromatic Colors of #91839F
Black with #91839F
Text Example
Text Example
White with #91839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91839F; }
p { color: rgb(145,131,159); }
H1.HeaderClassName
{
color: #91839F;
}
.AnyTagClassName
{
color: #91839F;
}
</style>
background-color css
<style>
a { background-color: #91839F; }
a { background-color: rgb(145,131,159); }
div.DivClassName
{
background-color: #91839F;
}
.BgClassName
{
background-color: #91839F;
}
</style>
border-color css
<style>
span { border-color: #91839F; }
span { border-color: rgb(145,131,159); }
td.TdClassName
{
border-color: #91839F;
}
.TagClassName
{
border-color: #91839F;
}
</style>