#99919B

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

Shades of Amethyst Smoke #99919B

Tints of Amethyst Smoke #99919B

Color information

#99919B (or 0x99919B) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 91 and 9B. RGB value is (153,145,155). Sum of RGB (Red+Green+Blue) = 153+145+155=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 155 - color contains mainly: blue. Hex color #99919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99919B is #666E64. Grayscale: #949494. Windows color (decimal): -6712933 or 10195353. OLE color: 10195353.

HSL color Cylindrical-coordinate representation of color #99919B: hue angle of 288º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99919B is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB153145155-
CMYK0.010.0600.39
HSL288º4.76%58.82%-
HSV(B)288º6.45%60.78%-
XYZ29.1829.3935.15-
YUV148.53131.65131.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.77%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=33.77%
G=32.01%
B=34.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531451550.010.0600.392884.7658.82
Hex99919B1602712053b
Octal23122123316047440573
Binary10011001100100011001101111100100111100100000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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