#93809E

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

Shades of Amethyst Smoke #93809E

Tints of Amethyst Smoke #93809E

Color information

#93809E (or 0x93809E) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 80 and 9E. RGB value is (147,128,158). Sum of RGB (Red+Green+Blue) = 147+128+158=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 158 - color contains mainly: blue. Hex color #93809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93809E is #6C7F61. Grayscale: #898989. Windows color (decimal): -7110498 or 10387603. OLE color: 10387603.

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

Color convert

RGB147128158-
CMYK0.070.1900.38
HSL278º13.39%56.08%-
HSV(B)278º18.99%61.96%-
XYZ25.9224.1135.64-
YUV137.1139.79135.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.95%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=33.95%
G=29.56%
B=36.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471281580.070.1900.3827813.3956.08
Hex93809E713026116d38
Octal2232002367230464261570
Binary1001001110000000100111101111001101001101000101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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