#93819E

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

Shades of Amethyst Smoke #93819E

Tints of Amethyst Smoke #93819E

Color information

#93819E (or 0x93819E) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 81 and 9E. RGB value is (147,129,158). Sum of RGB (Red+Green+Blue) = 147+129+158=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #93819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93819E is #6C7E61. Grayscale: #898989. Windows color (decimal): -7110242 or 10387859. OLE color: 10387859.

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

Color convert

RGB147129158-
CMYK0.070.1800.38
HSL277.24º13%56.27%-
HSV(B)277.24º18.35%61.96%-
XYZ26.0524.3735.68-
YUV137.69139.46134.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 129 (50.78% from 255) = 29.72%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=33.87%
G=29.72%
B=36.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471291580.070.1800.38277.241356.27
Hex93819E712026115d38
Octal2232012367220464251570
Binary1001001110000001100111101111001001001101000101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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