Shades of Amethyst Smoke #9C92A0
Tints of Amethyst Smoke #9C92A0
RGB
CMYK
RGB Variations
Color information
#9C92A0 (or 0x9C92A0) is known color: Amethyst Smoke. HEX triplet: 9C, 92 and A0. RGB value is (156,146,160). Sum of RGB (Red+Green+Blue) = 156+146+160=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 160 - color contains mainly: blue. Hex color #9C92A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C92A0 is #636D5F. Grayscale: #969696. Windows color (decimal): -6516064 or 10523292. OLE color: 10523292.
HSL color Cylindrical-coordinate representation of color #9C92A0: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9C92A0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
RGB | 156 | 146 | 160 | - |
CMYK | 0.02 | 0.09 | 0 | 0.37 |
HSL | 282.86º | 0.07% | 0.6% | - |
HSV(B) | 282.86º | 0.09% | 0.63% | - |
XYZ | 30.33 | 30.16 | 37.48 | - |
YUV | 150.59 | 133.31 | 131.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 146 | 160 | 0.02 | 0.09 | 0 | 0.37 | 282.86 | 0.07 | 0.6 |
Hex | 9C | 92 | A0 | 2 | 9 | 0 | 25 | 11B | 7 | 3C |
Octal | 234 | 222 | 240 | 2 | 11 | 0 | 45 | 433 | 7 | 74 |
Binary | 10011100 | 10010010 | 10100000 | 10 | 1001 | 0 | 100101 | 100011011 | 111 | 111100 |
Color Harmonies of #9C92A0
Complementary color
Monochromatic Colors of #9C92A0
Black with #9C92A0
Text Example
Text Example
White with #9C92A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92A0; }
p { color: rgb(156,146,160); }
H1.HeaderClassName
{
color: #9C92A0;
}
.AnyTagClassName
{
color: #9C92A0;
}
</style>
background-color css
<style>
a { background-color: #9C92A0; }
a { background-color: rgb(156,146,160); }
div.DivClassName
{
background-color: #9C92A0;
}
.BgClassName
{
background-color: #9C92A0;
}
</style>
border-color css
<style>
span { border-color: #9C92A0; }
span { border-color: rgb(156,146,160); }
td.TdClassName
{
border-color: #9C92A0;
}
.TagClassName
{
border-color: #9C92A0;
}
</style>