#99919D

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

Shades of Amethyst Smoke #99919D

Tints of Amethyst Smoke #99919D

Color information

#99919D (or 0x99919D) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 91 and 9D. RGB value is (153,145,157). Sum of RGB (Red+Green+Blue) = 153+145+157=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 157 - color contains mainly: blue. Hex color #99919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99919D is #666E62. Grayscale: #949494. Windows color (decimal): -6712931 or 10326425. OLE color: 10326425.

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

Color convert

RGB153145157-
CMYK0.030.0800.38
HSL280º5.77%59.22%-
HSV(B)280º7.64%61.57%-
XYZ29.3529.4636.04-
YUV148.76132.65131.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.63%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 157 (61.72% from 255) = 34.51%
R=33.63%
G=31.87%
B=34.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531451570.030.0800.382805.7759.22
Hex99919D3802611863b
Octal231221235310046430673
Binary1001100110010001100111011110000100110100011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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