#918099

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

Shades of Amethyst Smoke #918099

Tints of Amethyst Smoke #918099

Color information

#918099 (or 0x918099) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 80 and 99. RGB value is (145,128,153). Sum of RGB (Red+Green+Blue) = 145+128+153=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #918099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918099 is #6E7F66. Grayscale: #878787. Windows color (decimal): -7241575 or 10059921. OLE color: 10059921.

HSL color Cylindrical-coordinate representation of color #918099: hue angle of 280.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #918099 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB145128153-
CMYK0.050.1600.4
HSL280.8º10.92%55.1%-
HSV(B)280.8º16.34%60%-
XYZ25.1523.7633.4-
YUV135.93137.63134.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.04%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=34.04%
G=30.05%
B=35.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451281530.050.1600.4280.810.9255.1
Hex918099510028119b37
Octal2212002315200504311367
Binary1001000110000000100110011011000001010001000110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918099; }

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

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

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

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

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

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

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

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