Shades of Amethyst Smoke #9B7CA2
Tints of Amethyst Smoke #9B7CA2
RGB
CMYK
RGB Variations
Color information
#9B7CA2 (or 0x9B7CA2) is known color: Amethyst Smoke. HEX triplet: 9B, 7C and A2. RGB value is (155,124,162). Sum of RGB (Red+Green+Blue) = 155+124+162=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 162 - color contains mainly: blue. Hex color #9B7CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7CA2 is #64835D. Grayscale: #898989. Windows color (decimal): -6587230 or 10648731. OLE color: 10648731.
HSL color Cylindrical-coordinate representation of color #9B7CA2: hue angle of 288.95º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B7CA2 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 124 | 162 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.36 |
| HSL | 288.95º | 0.17% | 0.56% | - |
| HSV(B) | 288.95º | 0.23% | 0.64% | - |
| XYZ | 27.25 | 23.99 | 37.38 | - |
| YUV | 137.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 162 | 0.04 | 0.23 | 0 | 0.36 | 288.95 | 0.17 | 0.56 |
| Hex | 9B | 7C | A2 | 4 | 17 | 0 | 24 | 121 | 11 | 38 |
| Octal | 233 | 174 | 242 | 4 | 27 | 0 | 44 | 441 | 21 | 70 |
| Binary | 10011011 | 1111100 | 10100010 | 100 | 10111 | 0 | 100100 | 100100001 | 10001 | 111000 |
Color Harmonies of #9B7CA2
Complementary color
Monochromatic Colors of #9B7CA2
Black with #9B7CA2
Text Example
Text Example
White with #9B7CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7CA2; }
p { color: rgb(155,124,162); }
H1.HeaderClassName
{
color: #9B7CA2;
}
.AnyTagClassName
{
color: #9B7CA2;
}
</style>
background-color css
<style>
a { background-color: #9B7CA2; }
a { background-color: rgb(155,124,162); }
div.DivClassName
{
background-color: #9B7CA2;
}
.BgClassName
{
background-color: #9B7CA2;
}
</style>
border-color css
<style>
span { border-color: #9B7CA2; }
span { border-color: rgb(155,124,162); }
td.TdClassName
{
border-color: #9B7CA2;
}
.TagClassName
{
border-color: #9B7CA2;
}
</style>