#938593

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

Shades of Amethyst Smoke #938593

Tints of Amethyst Smoke #938593

Color information

#938593 (or 0x938593) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 85 and 93. RGB value is (147,133,147). Sum of RGB (Red+Green+Blue) = 147+133+147=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #938593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938593 is #6C7A6C. Grayscale: #8A8A8A. Windows color (decimal): -7109229 or 9667987. OLE color: 9667987.

HSL color Cylindrical-coordinate representation of color #938593: hue angle of 300º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #938593 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB147133147-
CMYK00.1000.42
HSL300º6.09%54.9%-
HSV(B)300º9.52%57.65%-
XYZ25.6925.0831.09-
YUV138.78132.64133.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=34.43%
G=31.15%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713314700.1000.423006.0954.9
Hex9385930A02A12c637
Octal223205223012052454667
Binary100100111000010110010011010100101010100101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938593; }

 p { color: rgb(147,133,147); }

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

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

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

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

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

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

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