#93799D

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

Shades of Amethyst Smoke #93799D

Tints of Amethyst Smoke #93799D

Color information

#93799D (or 0x93799D) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 79 and 9D. RGB value is (147,121,157). Sum of RGB (Red+Green+Blue) = 147+121+157=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #93799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93799D is #6C8662. Grayscale: #848484. Windows color (decimal): -7112291 or 10320275. OLE color: 10320275.

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

Color convert

RGB147121157-
CMYK0.060.2300.38
HSL283.33º15.52%54.51%-
HSV(B)283.33º22.93%61.57%-
XYZ24.9622.3134.89-
YUV132.88141.61138.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.59%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=34.59%
G=28.47%
B=36.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471211570.060.2300.38283.3315.5254.51
Hex93799D61702611b1037
Octal2231712356270464332067
Binary1001001111110011001110111010111010011010001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,121,157); }

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

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

 a { background-color: rgb(147,121,157); }

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

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

 span { border-color: rgb(147,121,157); }

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