Shades of Amethyst Smoke #9C92A4
Tints of Amethyst Smoke #9C92A4
RGB
CMYK
RGB Variations
Color information
#9C92A4 (or 0x9C92A4) is known color: Amethyst Smoke. HEX triplet: 9C, 92 and A4. RGB value is (156,146,164). Sum of RGB (Red+Green+Blue) = 156+146+164=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 164 - color contains mainly: blue. Hex color #9C92A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C92A4 is #636D5B. Grayscale: #969696. Windows color (decimal): -6516060 or 10785436. OLE color: 10785436.
HSL color Cylindrical-coordinate representation of color #9C92A4: hue angle of 273.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9C92A4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 156 | 146 | 164 | - |
CMYK | 0.05 | 0.11 | 0 | 0.36 |
HSL | 273.33º | 0.09% | 0.61% | - |
HSV(B) | 273.33º | 0.11% | 0.64% | - |
XYZ | 30.69 | 30.31 | 39.35 | - |
YUV | 151.04 | 135.31 | 131.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 146 | 164 | 0.05 | 0.11 | 0 | 0.36 | 273.33 | 0.09 | 0.61 |
Hex | 9C | 92 | A4 | 5 | B | 0 | 24 | 111 | 9 | 3D |
Octal | 234 | 222 | 244 | 5 | 13 | 0 | 44 | 421 | 11 | 75 |
Binary | 10011100 | 10010010 | 10100100 | 101 | 1011 | 0 | 100100 | 100010001 | 1001 | 111101 |
Color Harmonies of #9C92A4
Complementary color
Monochromatic Colors of #9C92A4
Black with #9C92A4
Text Example
Text Example
White with #9C92A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92A4; }
p { color: rgb(156,146,164); }
H1.HeaderClassName
{
color: #9C92A4;
}
.AnyTagClassName
{
color: #9C92A4;
}
</style>
background-color css
<style>
a { background-color: #9C92A4; }
a { background-color: rgb(156,146,164); }
div.DivClassName
{
background-color: #9C92A4;
}
.BgClassName
{
background-color: #9C92A4;
}
</style>
border-color css
<style>
span { border-color: #9C92A4; }
span { border-color: rgb(156,146,164); }
td.TdClassName
{
border-color: #9C92A4;
}
.TagClassName
{
border-color: #9C92A4;
}
</style>