#9B86AB

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

Shades of Amethyst Smoke #9B86AB

Tints of Amethyst Smoke #9B86AB

Color information

#9B86AB (or 0x9B86AB) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 86 and AB. RGB value is (155,134,171). Sum of RGB (Red+Green+Blue) = 155+134+171=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B86AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B86AB is #647954. Grayscale: #909090. Windows color (decimal): -6584661 or 11241115. OLE color: 11241115.

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

Color convert

RGB155134171-
CMYK0.090.2200.33
HSL274.05º18.05%59.8%-
HSV(B)274.05º21.64%67.06%-
XYZ29.3926.9642.18-
YUV144.5142.96135.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 134 (52.73% from 255) = 29.13%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=33.70%
G=29.13%
B=37.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551341710.090.2200.33274.0518.0559.8
Hex9B86AB916021112123c
Octal23320625311260414222274
Binary100110111000011010101011100110110010000110001001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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