#99919E

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

Shades of Amethyst Smoke #99919E

Tints of Amethyst Smoke #99919E

Color information

#99919E (or 0x99919E) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 91 and 9E. RGB value is (153,145,158). Sum of RGB (Red+Green+Blue) = 153+145+158=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 158 - color contains mainly: blue. Hex color #99919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99919E is #666E61. Grayscale: #949494. Windows color (decimal): -6712930 or 10391961. OLE color: 10391961.

HSL color Cylindrical-coordinate representation of color #99919E: hue angle of 276.92º 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 #99919E is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153145158-
CMYK0.030.0800.38
HSL276.92º6.28%59.41%-
HSV(B)276.92º8.23%61.96%-
XYZ29.4329.4936.49-
YUV148.87133.15130.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 145 (57.03% from 255) = 31.80%
BLUE value IS 158 (62.11% from 255) = 34.65%
R=33.55%
G=31.80%
B=34.65%

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
Decimal1531451580.030.0800.38276.926.2859.41
Hex99919E3802611563b
Octal231221236310046425673
Binary1001100110010001100111101110000100110100010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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