#94809B

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

Shades of Amethyst Smoke #94809B

Tints of Amethyst Smoke #94809B

Color information

#94809B (or 0x94809B) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 80 and 9B. RGB value is (148,128,155). Sum of RGB (Red+Green+Blue) = 148+128+155=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #94809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94809B is #6B7F64. Grayscale: #888888. Windows color (decimal): -7044965 or 10190996. OLE color: 10190996.

HSL color Cylindrical-coordinate representation of color #94809B: hue angle of 284.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94809B is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148128155-
CMYK0.050.1700.39
HSL284.44º11.89%55.49%-
HSV(B)284.44º17.42%60.78%-
XYZ25.8524.134.3-
YUV137.06138.13135.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=34.34%
G=29.70%
B=35.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481281550.050.1700.39284.4411.8955.49
Hex94809B51102711cc37
Octal2242002335210474341467
Binary1001010010000000100110111011000101001111000111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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