#99839F

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

Shades of Amethyst Smoke #99839F

Tints of Amethyst Smoke #99839F

Color information

#99839F (or 0x99839F) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 83 and 9F. RGB value is (153,131,159). Sum of RGB (Red+Green+Blue) = 153+131+159=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 159 - color contains mainly: blue. Hex color #99839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99839F is #667C60. Grayscale: #8C8C8C. Windows color (decimal): -6716513 or 10453913. OLE color: 10453913.

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

Color convert

RGB153131159-
CMYK0.040.1800.38
HSL287.14º12.73%56.86%-
HSV(B)287.14º17.61%62.35%-
XYZ27.5125.5136.27-
YUV140.77138.29136.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 131 (51.56% from 255) = 29.57%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=34.54%
G=29.57%
B=35.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531311590.040.1800.38287.1412.7356.86
Hex99839F41202611fd39
Octal2312032374220464371571
Binary1001100110000011100111111001001001001101000111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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