#9C87AB

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

Shades of Amethyst Smoke #9C87AB

Tints of Amethyst Smoke #9C87AB

Color information

#9C87AB (or 0x9C87AB) is unknown color: approx Amethyst Smoke. HEX triplet: 9C, 87 and AB. RGB value is (156,135,171). Sum of RGB (Red+Green+Blue) = 156+135+171=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C87AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C87AB is #637854. Grayscale: #919191. Windows color (decimal): -6518869 or 11241372. OLE color: 11241372.

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

Color convert

RGB156135171-
CMYK0.090.2100.33
HSL275º17.65%60%-
HSV(B)275º21.05%67.06%-
XYZ29.7227.3442.24-
YUV145.38142.46135.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.77%
GREEN value IS 135 (53.12% from 255) = 29.22%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=33.77%
G=29.22%
B=37.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561351710.090.2100.3327517.6560
Hex9C87AB915021113123c
Octal23420725311250414232274
Binary100111001000011110101011100110101010000110001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C87AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,135,171); }

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

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

 a { background-color: rgb(156,135,171); }

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

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

 span { border-color: rgb(156,135,171); }

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