#9987AA

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

Shades of Amethyst Smoke #9987AA

Tints of Amethyst Smoke #9987AA

Color information

#9987AA (or 0x9987AA) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 87 and AA. RGB value is (153,135,170). Sum of RGB (Red+Green+Blue) = 153+135+170=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #9987AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9987AA is #667855. Grayscale: #909090. Windows color (decimal): -6715478 or 11175833. OLE color: 11175833.

HSL color Cylindrical-coordinate representation of color #9987AA: hue angle of 270.86º degrees, saturation: 0.17, 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 #9987AA is Cyan = 0.1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153135170-
CMYK0.10.2100.33
HSL270.86º17.07%59.8%-
HSV(B)270.86º20.59%66.67%-
XYZ29.062741.71-
YUV144.37142.46134.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=33.41%
G=29.48%
B=37.12%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531351700.10.2100.33270.8617.0759.8
Hex9987AAA1502110f113c
Octal23120725212250414172174
Binary100110011000011110101010101010101010000110000111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9987AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9987AA; }

 p { color: rgb(153,135,170); }

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

<style>
 a { background-color: #9987AA; }

 a { background-color: rgb(153,135,170); }

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

<style>
 span { border-color: #9987AA; }

 span { border-color: rgb(153,135,170); }

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