Shades of Amethyst Smoke #918A9B
Tints of Amethyst Smoke #918A9B
RGB
CMYK
RGB Variations
Color information
#918A9B (or 0x918A9B) is known color: Amethyst Smoke. HEX triplet: 91, 8A and 9B. RGB value is (145,138,155). Sum of RGB (Red+Green+Blue) = 145+138+155=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #918A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A9B is #6E7564. Grayscale: #8D8D8D. Windows color (decimal): -7239013 or 10193553. OLE color: 10193553.
HSL color Cylindrical-coordinate representation of color #918A9B: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #918A9B is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 138 | 155 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.39 |
| HSL | 264.71º | 0.08% | 0.57% | - |
| HSV(B) | 264.71º | 0.11% | 0.61% | - |
| XYZ | 26.68 | 26.56 | 34.73 | - |
| YUV | 142.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 155 | 0.06 | 0.11 | 0 | 0.39 | 264.71 | 0.08 | 0.57 |
| Hex | 91 | 8A | 9B | 6 | B | 0 | 27 | 109 | 8 | 39 |
| Octal | 221 | 212 | 233 | 6 | 13 | 0 | 47 | 411 | 10 | 71 |
| Binary | 10010001 | 10001010 | 10011011 | 110 | 1011 | 0 | 100111 | 100001001 | 1000 | 111001 |
Color Harmonies of #918A9B
Complementary color
Monochromatic Colors of #918A9B
Black with #918A9B
Text Example
Text Example
White with #918A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A9B; }
p { color: rgb(145,138,155); }
H1.HeaderClassName
{
color: #918A9B;
}
.AnyTagClassName
{
color: #918A9B;
}
</style>
background-color css
<style>
a { background-color: #918A9B; }
a { background-color: rgb(145,138,155); }
div.DivClassName
{
background-color: #918A9B;
}
.BgClassName
{
background-color: #918A9B;
}
</style>
border-color css
<style>
span { border-color: #918A9B; }
span { border-color: rgb(145,138,155); }
td.TdClassName
{
border-color: #918A9B;
}
.TagClassName
{
border-color: #918A9B;
}
</style>