#99879F

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

Shades of Amethyst Smoke #99879F

Tints of Amethyst Smoke #99879F

Color information

#99879F (or 0x99879F) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 87 and 9F. RGB value is (153,135,159). Sum of RGB (Red+Green+Blue) = 153+135+159=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 159 - color contains mainly: blue. Hex color #99879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99879F is #667860. Grayscale: #8F8F8F. Windows color (decimal): -6715489 or 10454937. OLE color: 10454937.

HSL color Cylindrical-coordinate representation of color #99879F: hue angle of 285º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99879F is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153135159-
CMYK0.040.1500.38
HSL285º11.11%57.65%-
HSV(B)285º15.09%62.35%-
XYZ28.0626.636.46-
YUV143.12136.96135.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 135 (53.12% from 255) = 30.20%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=34.23%
G=30.20%
B=35.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531351590.040.1500.3828511.1157.65
Hex99879F4F02611db3a
Octal2312072374170464351372
Binary100110011000011110011111100111101001101000111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99879F; }

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

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

<style>
 a { background-color: #99879F; }

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

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

<style>
 span { border-color: #99879F; }

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

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