#93899E

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

Shades of Amethyst Smoke #93899E

Tints of Amethyst Smoke #93899E

Color information

#93899E (or 0x93899E) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 89 and 9E. RGB value is (147,137,158). Sum of RGB (Red+Green+Blue) = 147+137+158=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 158 - color contains mainly: blue. Hex color #93899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93899E is #6C7661. Grayscale: #8E8E8E. Windows color (decimal): -7108194 or 10389907. OLE color: 10389907.

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

Color convert

RGB147137158-
CMYK0.070.1300.38
HSL268.57º9.77%57.84%-
HSV(B)268.57º13.29%61.96%-
XYZ27.1526.5636.04-
YUV142.38136.81131.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.26%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=33.26%
G=31.00%
B=35.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471371580.070.1300.38268.579.7757.84
Hex93899E7D02610da3a
Octal2232112367150464151272
Binary100100111000100110011110111110101001101000011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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