#9B87A7

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

Shades of Amethyst Smoke #9B87A7

Tints of Amethyst Smoke #9B87A7

Color information

#9B87A7 (or 0x9B87A7) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 87 and A7. RGB value is (155,135,167). Sum of RGB (Red+Green+Blue) = 155+135+167=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 167 - color contains mainly: blue. Hex color #9B87A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B87A7 is #647858. Grayscale: #909090. Windows color (decimal): -6584409 or 10979227. OLE color: 10979227.

HSL color Cylindrical-coordinate representation of color #9B87A7: hue angle of 277.5º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B87A7 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB155135167-
CMYK0.070.1900.35
HSL277.5º15.38%59.22%-
HSV(B)277.5º19.16%65.49%-
XYZ29.1627.0940.25-
YUV144.63140.63135.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.92%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 167 (65.62% from 255) = 36.54%
R=33.92%
G=29.54%
B=36.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551351670.070.1900.35277.515.3859.22
Hex9B87A7713023116f3b
Octal2332072477230434261773
Binary1001101110000111101001111111001101000111000101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B87A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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