#99939D

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

Shades of Amethyst Smoke #99939D

Tints of Amethyst Smoke #99939D

Color information

#99939D (or 0x99939D) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 93 and 9D. RGB value is (153,147,157). Sum of RGB (Red+Green+Blue) = 153+147+157=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 157 - color contains mainly: blue. Hex color #99939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99939D is #666C62. Grayscale: #959595. Windows color (decimal): -6712419 or 10326937. OLE color: 10326937.

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

Color convert

RGB153147157-
CMYK0.030.0600.38
HSL276º4.85%59.61%-
HSV(B)276º6.37%61.57%-
XYZ29.6630.0736.14-
YUV149.93131.99130.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 157 (61.72% from 255) = 34.35%
R=33.48%
G=32.17%
B=34.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531471570.030.0600.382764.8559.61
Hex99939D3602611453c
Octal23122323536046424574
Binary100110011001001110011101111100100110100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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