#93809C

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

Shades of Amethyst Smoke #93809C

Tints of Amethyst Smoke #93809C

Color information

#93809C (or 0x93809C) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 80 and 9C. RGB value is (147,128,156). Sum of RGB (Red+Green+Blue) = 147+128+156=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #93809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93809C is #6C7F63. Grayscale: #888888. Windows color (decimal): -7110500 or 10256531. OLE color: 10256531.

HSL color Cylindrical-coordinate representation of color #93809C: hue angle of 280.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93809C is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147128156-
CMYK0.060.1800.39
HSL280.71º12.39%55.69%-
HSV(B)280.71º17.95%61.18%-
XYZ25.7524.0434.74-
YUV136.87138.79135.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=34.11%
G=29.70%
B=36.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471281560.060.1800.39280.7112.3955.69
Hex93809C612027119c38
Octal2232002346220474311470
Binary1001001110000000100111001101001001001111000110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93809C; }

 p { color: rgb(147,128,156); }

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

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

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

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

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

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

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