#9879A0

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

Shades of Amethyst Smoke #9879A0

Tints of Amethyst Smoke #9879A0

Color information

#9879A0 (or 0x9879A0) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 79 and A0. RGB value is (152,121,160). Sum of RGB (Red+Green+Blue) = 152+121+160=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 160 - color contains mainly: blue. Hex color #9879A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9879A0 is #67865F. Grayscale: #868686. Windows color (decimal): -6784608 or 10516888. OLE color: 10516888.

HSL color Cylindrical-coordinate representation of color #9879A0: hue angle of 287.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9879A0 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB152121160-
CMYK0.050.2400.37
HSL287.69º17.03%55.1%-
HSV(B)287.69º24.38%62.75%-
XYZ26.1322.8936.3-
YUV134.72142.27140.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=35.10%
G=27.94%
B=36.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1521211600.050.2400.37287.6917.0355.1
Hex9879A05180251201137
Octal2301712405300454402167
Binary1001100011110011010000010111000010010110010000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9879A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9879A0; }

 p { color: rgb(152,121,160); }

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

<style>
 a { background-color: #9879A0; }

 a { background-color: rgb(152,121,160); }

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

<style>
 span { border-color: #9879A0; }

 span { border-color: rgb(152,121,160); }

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