#9C85AC

Color #9C85AC Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #9C85AC

Tints of Amethyst Smoke #9C85AC

Color information

#9C85AC (or 0x9C85AC) is unknown color: approx Amethyst Smoke. HEX triplet: 9C, 85 and AC. RGB value is (156,133,172). Sum of RGB (Red+Green+Blue) = 156+133+172=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C85AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C85AC is #637A53. Grayscale: #909090. Windows color (decimal): -6519380 or 11306396. OLE color: 11306396.

HSL color Cylindrical-coordinate representation of color #9C85AC: hue angle of 275.38º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C85AC is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156133172-
CMYK0.090.2300.33
HSL275.38º19.02%59.8%-
HSV(B)275.38º22.67%67.45%-
XYZ29.5426.8242.65-
YUV144.32143.62136.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=33.84%
G=28.85%
B=37.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561331720.090.2300.33275.3819.0259.8
Hex9C85AC917021113133c
Octal23420525411270414232374
Binary100111001000010110101100100110111010000110001001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C85AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C85AC; }

 p { color: rgb(156,133,172); }

 H1.HeaderClassName
 {
   color: #9C85AC;
 }
 .AnyTagClassName
 {
   color: #9C85AC;
 }
</style>
background-color css

<style>
 a { background-color: #9C85AC; }

 a { background-color: rgb(156,133,172); }

 div.DivClassName
 {
   background-color: #9C85AC;
 }
 .BgClassName
 {
   background-color: #9C85AC;
 }
</style>
border-color css

<style>
 span { border-color: #9C85AC; }

 span { border-color: rgb(156,133,172); }

 td.TdClassName
 {
   border-color: #9C85AC;
 }
 .TagClassName
 {
   border-color: #9C85AC;
 }
</style>