Shades of Amethyst Smoke #9B819D
Tints of Amethyst Smoke #9B819D
RGB
CMYK
RGB Variations
Color information
#9B819D (or 0x9B819D) is known color: Amethyst Smoke. HEX triplet: 9B, 81 and 9D. RGB value is (155,129,157). Sum of RGB (Red+Green+Blue) = 155+129+157=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B819D is #647E62. Grayscale: #8B8B8B. Windows color (decimal): -6585955 or 10322331. OLE color: 10322331.
HSL color Cylindrical-coordinate representation of color #9B819D: hue angle of 295.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B819D is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 129 | 157 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.38 |
| HSL | 295.71º | 0.13% | 0.56% | - |
| HSV(B) | 295.71º | 0.18% | 0.62% | - |
| XYZ | 27.45 | 25.1 | 35.3 | - |
| YUV | 139.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 157 | 0.01 | 0.18 | 0 | 0.38 | 295.71 | 0.13 | 0.56 |
| Hex | 9B | 81 | 9D | 1 | 12 | 0 | 26 | 128 | C | 38 |
| Octal | 233 | 201 | 235 | 1 | 22 | 0 | 46 | 450 | 14 | 70 |
| Binary | 10011011 | 10000001 | 10011101 | 1 | 10010 | 0 | 100110 | 100101000 | 1100 | 111000 |
Color Harmonies of #9B819D
Complementary color
Monochromatic Colors of #9B819D
Black with #9B819D
Text Example
Text Example
White with #9B819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B819D; }
p { color: rgb(155,129,157); }
H1.HeaderClassName
{
color: #9B819D;
}
.AnyTagClassName
{
color: #9B819D;
}
</style>
background-color css
<style>
a { background-color: #9B819D; }
a { background-color: rgb(155,129,157); }
div.DivClassName
{
background-color: #9B819D;
}
.BgClassName
{
background-color: #9B819D;
}
</style>
border-color css
<style>
span { border-color: #9B819D; }
span { border-color: rgb(155,129,157); }
td.TdClassName
{
border-color: #9B819D;
}
.TagClassName
{
border-color: #9B819D;
}
</style>