#94809D

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

Shades of Amethyst Smoke #94809D

Tints of Amethyst Smoke #94809D

Color information

#94809D (or 0x94809D) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 80 and 9D. RGB value is (148,128,157). Sum of RGB (Red+Green+Blue) = 148+128+157=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #94809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94809D is #6B7F62. Grayscale: #898989. Windows color (decimal): -7044963 or 10322068. OLE color: 10322068.

HSL color Cylindrical-coordinate representation of color #94809D: hue angle of 281.38º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94809D is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB148128157-
CMYK0.060.1800.38
HSL281.38º12.89%55.88%-
HSV(B)281.38º18.47%61.57%-
XYZ26.0224.1735.19-
YUV137.29139.13135.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=34.18%
G=29.56%
B=36.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481281570.060.1800.38281.3812.8955.88
Hex94809D612026119d38
Octal2242002356220464311570
Binary1001010010000000100111011101001001001101000110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94809D; }

 p { color: rgb(148,128,157); }

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

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

 a { background-color: rgb(148,128,157); }

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

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

 span { border-color: rgb(148,128,157); }

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