Shades of Amethyst Smoke #9B799E
Tints of Amethyst Smoke #9B799E
RGB
CMYK
RGB Variations
Color information
#9B799E (or 0x9B799E) is known color: Amethyst Smoke. HEX triplet: 9B, 79 and 9E. RGB value is (155,121,158). Sum of RGB (Red+Green+Blue) = 155+121+158=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B799E is #648661. Grayscale: #878787. Windows color (decimal): -6588002 or 10385819. OLE color: 10385819.
HSL color Cylindrical-coordinate representation of color #9B799E: hue angle of 295.14º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B799E is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 121 | 158 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.38 |
| HSL | 295.14º | 0.16% | 0.55% | - |
| HSV(B) | 295.14º | 0.23% | 0.62% | - |
| XYZ | 26.53 | 23.11 | 35.41 | - |
| YUV | 135.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 121 | 158 | 0.02 | 0.23 | 0 | 0.38 | 295.14 | 0.16 | 0.55 |
| Hex | 9B | 79 | 9E | 2 | 17 | 0 | 26 | 127 | 10 | 37 |
| Octal | 233 | 171 | 236 | 2 | 27 | 0 | 46 | 447 | 20 | 67 |
| Binary | 10011011 | 1111001 | 10011110 | 10 | 10111 | 0 | 100110 | 100100111 | 10000 | 110111 |
Color Harmonies of #9B799E
Complementary color
Monochromatic Colors of #9B799E
Black with #9B799E
Text Example
Text Example
White with #9B799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B799E; }
p { color: rgb(155,121,158); }
H1.HeaderClassName
{
color: #9B799E;
}
.AnyTagClassName
{
color: #9B799E;
}
</style>
background-color css
<style>
a { background-color: #9B799E; }
a { background-color: rgb(155,121,158); }
div.DivClassName
{
background-color: #9B799E;
}
.BgClassName
{
background-color: #9B799E;
}
</style>
border-color css
<style>
span { border-color: #9B799E; }
span { border-color: rgb(155,121,158); }
td.TdClassName
{
border-color: #9B799E;
}
.TagClassName
{
border-color: #9B799E;
}
</style>