#9B87AB

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

Shades of Amethyst Smoke #9B87AB

Tints of Amethyst Smoke #9B87AB

Color information

#9B87AB (or 0x9B87AB) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 87 and AB. RGB value is (155,135,171). Sum of RGB (Red+Green+Blue) = 155+135+171=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B87AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B87AB is #647854. Grayscale: #909090. Windows color (decimal): -6584405 or 11241371. OLE color: 11241371.

HSL color Cylindrical-coordinate representation of color #9B87AB: hue angle of 273.33º 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 #9B87AB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155135171-
CMYK0.090.2100.33
HSL273.33º17.65%60%-
HSV(B)273.33º21.05%67.06%-
XYZ29.5327.2442.23-
YUV145.08142.63135.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.62%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=33.62%
G=29.28%
B=37.09%

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
Decimal1551351710.090.2100.33273.3317.6560
Hex9B87AB915021111123c
Octal23320725311250414212274
Binary100110111000011110101011100110101010000110001000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B87AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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