#918A99

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

Shades of Amethyst Smoke #918A99

Tints of Amethyst Smoke #918A99

Color information

#918A99 (or 0x918A99) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 8A and 99. RGB value is (145,138,153). Sum of RGB (Red+Green+Blue) = 145+138+153=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #918A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A99 is #6E7566. Grayscale: #8D8D8D. Windows color (decimal): -7239015 or 10062481. OLE color: 10062481.

HSL color Cylindrical-coordinate representation of color #918A99: hue angle of 268º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #918A99 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB145138153-
CMYK0.050.1000.4
HSL268º6.85%57.06%-
HSV(B)268º9.8%60%-
XYZ26.5226.533.85-
YUV141.8134.32130.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.26%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=33.26%
G=31.65%
B=35.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451381530.050.1000.42686.8557.06
Hex918A995A02810c739
Octal221212231512050414771
Binary10010001100010101001100110110100101000100001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918A99; }

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

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

<style>
 a { background-color: #918A99; }

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

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

<style>
 span { border-color: #918A99; }

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

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