Shades of Amethyst Smoke #9B849B
Tints of Amethyst Smoke #9B849B
RGB
CMYK
RGB Variations
Color information
#9B849B (or 0x9B849B) is known color: Amethyst Smoke. HEX triplet: 9B, 84 and 9B. RGB value is (155,132,155). Sum of RGB (Red+Green+Blue) = 155+132+155=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B849B is #647B64. Grayscale: #8D8D8D. Windows color (decimal): -6585189 or 10192027. OLE color: 10192027.
HSL color Cylindrical-coordinate representation of color #9B849B: hue angle of 300º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B849B is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 132 | 155 | - |
| CMYK | 0 | 0.15 | 0 | 0.39 |
| HSL | 300º | 0.1% | 0.56% | - |
| HSV(B) | 300º | 0.15% | 0.61% | - |
| XYZ | 27.69 | 25.84 | 34.54 | - |
| YUV | 141.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 155 | 0 | 0.15 | 0 | 0.39 | 300 | 0.1 | 0.56 |
| Hex | 9B | 84 | 9B | 0 | F | 0 | 27 | 12C | A | 38 |
| Octal | 233 | 204 | 233 | 0 | 17 | 0 | 47 | 454 | 12 | 70 |
| Binary | 10011011 | 10000100 | 10011011 | 0 | 1111 | 0 | 100111 | 100101100 | 1010 | 111000 |
Color Harmonies of #9B849B
Complementary color
Monochromatic Colors of #9B849B
Black with #9B849B
Text Example
Text Example
White with #9B849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B849B; }
p { color: rgb(155,132,155); }
H1.HeaderClassName
{
color: #9B849B;
}
.AnyTagClassName
{
color: #9B849B;
}
</style>
background-color css
<style>
a { background-color: #9B849B; }
a { background-color: rgb(155,132,155); }
div.DivClassName
{
background-color: #9B849B;
}
.BgClassName
{
background-color: #9B849B;
}
</style>
border-color css
<style>
span { border-color: #9B849B; }
span { border-color: rgb(155,132,155); }
td.TdClassName
{
border-color: #9B849B;
}
.TagClassName
{
border-color: #9B849B;
}
</style>