#918599

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

Shades of Amethyst Smoke #918599

Tints of Amethyst Smoke #918599

Color information

#918599 (or 0x918599) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 85 and 99. RGB value is (145,133,153). Sum of RGB (Red+Green+Blue) = 145+133+153=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #918599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918599 is #6E7A66. Grayscale: #8A8A8A. Windows color (decimal): -7240295 or 10061201. OLE color: 10061201.

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

Color convert

RGB145133153-
CMYK0.050.1300.4
HSL276º8.93%56.08%-
HSV(B)276º13.07%60%-
XYZ25.8125.0933.62-
YUV138.87135.98132.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=33.64%
G=30.86%
B=35.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451331530.050.1300.42768.9356.08
Hex9185995D028114938
Octal2212052315150504241170
Binary100100011000010110011001101110101010001000101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918599; }

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

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

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

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

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

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

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

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