Shades of Amethyst Smoke #91859C
Tints of Amethyst Smoke #91859C
RGB
CMYK
RGB Variations
Color information
#91859C (or 0x91859C) is known color: Amethyst Smoke. HEX triplet: 91, 85 and 9C. RGB value is (145,133,156). Sum of RGB (Red+Green+Blue) = 145+133+156=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 156 - color contains mainly: blue. Hex color #91859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91859C is #6E7A63. Grayscale: #8B8B8B. Windows color (decimal): -7240292 or 10257809. OLE color: 10257809.
HSL color Cylindrical-coordinate representation of color #91859C: hue angle of 271.3º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #91859C is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 133 | 156 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.39 |
| HSL | 271.3º | 0.1% | 0.57% | - |
| HSV(B) | 271.3º | 0.15% | 0.61% | - |
| XYZ | 26.07 | 25.2 | 34.94 | - |
| YUV | 139.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 156 | 0.07 | 0.15 | 0 | 0.39 | 271.3 | 0.1 | 0.57 |
| Hex | 91 | 85 | 9C | 7 | F | 0 | 27 | 10F | A | 39 |
| Octal | 221 | 205 | 234 | 7 | 17 | 0 | 47 | 417 | 12 | 71 |
| Binary | 10010001 | 10000101 | 10011100 | 111 | 1111 | 0 | 100111 | 100001111 | 1010 | 111001 |
Color Harmonies of #91859C
Complementary color
Monochromatic Colors of #91859C
Black with #91859C
Text Example
Text Example
White with #91859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91859C; }
p { color: rgb(145,133,156); }
H1.HeaderClassName
{
color: #91859C;
}
.AnyTagClassName
{
color: #91859C;
}
</style>
background-color css
<style>
a { background-color: #91859C; }
a { background-color: rgb(145,133,156); }
div.DivClassName
{
background-color: #91859C;
}
.BgClassName
{
background-color: #91859C;
}
</style>
border-color css
<style>
span { border-color: #91859C; }
span { border-color: rgb(145,133,156); }
td.TdClassName
{
border-color: #91859C;
}
.TagClassName
{
border-color: #91859C;
}
</style>