#938099

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

Shades of Amethyst Smoke #938099

Tints of Amethyst Smoke #938099

Color information

#938099 (or 0x938099) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 80 and 99. RGB value is (147,128,153). Sum of RGB (Red+Green+Blue) = 147+128+153=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #938099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938099 is #6C7F66. Grayscale: #888888. Windows color (decimal): -7110503 or 10059923. OLE color: 10059923.

HSL color Cylindrical-coordinate representation of color #938099: hue angle of 285.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #938099 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB147128153-
CMYK0.040.1600.4
HSL285.6º10.92%55.1%-
HSV(B)285.6º16.34%60%-
XYZ25.523.9433.41-
YUV136.53137.29135.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=34.35%
G=29.91%
B=35.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471281530.040.1600.4285.610.9255.1
Hex93809941002811eb37
Octal2232002314200504361367
Binary1001001110000000100110011001000001010001000111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938099; }

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

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

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

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

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

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

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

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