#99829D

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

Shades of Amethyst Smoke #99829D

Tints of Amethyst Smoke #99829D

Color information

#99829D (or 0x99829D) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 82 and 9D. RGB value is (153,130,157). Sum of RGB (Red+Green+Blue) = 153+130+157=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #99829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99829D is #667D62. Grayscale: #8B8B8B. Windows color (decimal): -6716771 or 10322585. OLE color: 10322585.

HSL color Cylindrical-coordinate representation of color #99829D: hue angle of 291.11º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99829D is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153130157-
CMYK0.030.1700.38
HSL291.11º12.11%56.27%-
HSV(B)291.11º17.2%61.57%-
XYZ27.2125.1735.32-
YUV139.96137.62137.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.77%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=34.77%
G=29.55%
B=35.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531301570.030.1700.38291.1112.1156.27
Hex99829D311026123c38
Octal2312022353210464431470
Binary100110011000001010011101111000101001101001000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99829D; }

 p { color: rgb(153,130,157); }

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

<style>
 a { background-color: #99829D; }

 a { background-color: rgb(153,130,157); }

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

<style>
 span { border-color: #99829D; }

 span { border-color: rgb(153,130,157); }

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