#9889A3

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

Shades of Amethyst Smoke #9889A3

Tints of Amethyst Smoke #9889A3

Color information

#9889A3 (or 0x9889A3) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 89 and A3. RGB value is (152,137,163). Sum of RGB (Red+Green+Blue) = 152+137+163=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 163 - color contains mainly: blue. Hex color #9889A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9889A3 is #67765C. Grayscale: #909090. Windows color (decimal): -6780509 or 10717592. OLE color: 10717592.

HSL color Cylindrical-coordinate representation of color #9889A3: hue angle of 274.62º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9889A3 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB152137163-
CMYK0.070.1600.36
HSL274.62º12.38%58.82%-
HSV(B)274.62º15.95%63.92%-
XYZ28.5127.2138.4-
YUV144.45138.47133.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 163 (64.06% from 255) = 36.06%
R=33.63%
G=30.31%
B=36.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521371630.070.1600.36274.6212.3858.82
Hex9889A3710024113c3b
Octal2302112437200444231473
Binary1001100010001001101000111111000001001001000100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9889A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9889A3; }

 p { color: rgb(152,137,163); }

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

<style>
 a { background-color: #9889A3; }

 a { background-color: rgb(152,137,163); }

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

<style>
 span { border-color: #9889A3; }

 span { border-color: rgb(152,137,163); }

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