Shades of Amethyst Smoke #9C93A4
Tints of Amethyst Smoke #9C93A4
RGB
CMYK
RGB Variations
Color information
#9C93A4 (or 0x9C93A4) is known color: Amethyst Smoke. HEX triplet: 9C, 93 and A4. RGB value is (156,147,164). Sum of RGB (Red+Green+Blue) = 156+147+164=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 164 - color contains mainly: blue. Hex color #9C93A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C93A4 is #636C5B. Grayscale: #979797. Windows color (decimal): -6515804 or 10785692. OLE color: 10785692.
HSL color Cylindrical-coordinate representation of color #9C93A4: hue angle of 271.76º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C93A4 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 147 | 164 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.36 |
| HSL | 271.76º | 0.09% | 0.61% | - |
| HSV(B) | 271.76º | 0.1% | 0.64% | - |
| XYZ | 30.84 | 30.62 | 39.41 | - |
| YUV | 151.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 164 | 0.05 | 0.10 | 0 | 0.36 | 271.76 | 0.09 | 0.61 |
| Hex | 9C | 93 | A4 | 5 | A | 0 | 24 | 110 | 9 | 3D |
| Octal | 234 | 223 | 244 | 5 | 12 | 0 | 44 | 420 | 11 | 75 |
| Binary | 10011100 | 10010011 | 10100100 | 101 | 1010 | 0 | 100100 | 100010000 | 1001 | 111101 |
Color Harmonies of #9C93A4
Complementary color
Monochromatic Colors of #9C93A4
Black with #9C93A4
Text Example
Text Example
White with #9C93A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C93A4; }
p { color: rgb(156,147,164); }
H1.HeaderClassName
{
color: #9C93A4;
}
.AnyTagClassName
{
color: #9C93A4;
}
</style>
background-color css
<style>
a { background-color: #9C93A4; }
a { background-color: rgb(156,147,164); }
div.DivClassName
{
background-color: #9C93A4;
}
.BgClassName
{
background-color: #9C93A4;
}
</style>
border-color css
<style>
span { border-color: #9C93A4; }
span { border-color: rgb(156,147,164); }
td.TdClassName
{
border-color: #9C93A4;
}
.TagClassName
{
border-color: #9C93A4;
}
</style>