Shades of Amethyst Smoke #9B93A2
Tints of Amethyst Smoke #9B93A2
RGB
CMYK
RGB Variations
Color information
#9B93A2 (or 0x9B93A2) is known color: Amethyst Smoke. HEX triplet: 9B, 93 and A2. RGB value is (155,147,162). Sum of RGB (Red+Green+Blue) = 155+147+162=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 162 - color contains mainly: blue. Hex color #9B93A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B93A2 is #646C5D. Grayscale: #979797. Windows color (decimal): -6581342 or 10654619. OLE color: 10654619.
HSL color Cylindrical-coordinate representation of color #9B93A2: hue angle of 272º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9B93A2 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 147 | 162 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.36 |
| HSL | 272º | 0.07% | 0.61% | - |
| HSV(B) | 272º | 0.09% | 0.64% | - |
| XYZ | 30.47 | 30.44 | 38.45 | - |
| YUV | 151.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 162 | 0.04 | 0.09 | 0 | 0.36 | 272 | 0.07 | 0.61 |
| Hex | 9B | 93 | A2 | 4 | 9 | 0 | 24 | 110 | 7 | 3D |
| Octal | 233 | 223 | 242 | 4 | 11 | 0 | 44 | 420 | 7 | 75 |
| Binary | 10011011 | 10010011 | 10100010 | 100 | 1001 | 0 | 100100 | 100010000 | 111 | 111101 |
Color Harmonies of #9B93A2
Complementary color
Monochromatic Colors of #9B93A2
Black with #9B93A2
Text Example
Text Example
White with #9B93A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B93A2; }
p { color: rgb(155,147,162); }
H1.HeaderClassName
{
color: #9B93A2;
}
.AnyTagClassName
{
color: #9B93A2;
}
</style>
background-color css
<style>
a { background-color: #9B93A2; }
a { background-color: rgb(155,147,162); }
div.DivClassName
{
background-color: #9B93A2;
}
.BgClassName
{
background-color: #9B93A2;
}
</style>
border-color css
<style>
span { border-color: #9B93A2; }
span { border-color: rgb(155,147,162); }
td.TdClassName
{
border-color: #9B93A2;
}
.TagClassName
{
border-color: #9B93A2;
}
</style>