#93819A

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

Shades of Amethyst Smoke #93819A

Tints of Amethyst Smoke #93819A

Color information

#93819A (or 0x93819A) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 81 and 9A. RGB value is (147,129,154). Sum of RGB (Red+Green+Blue) = 147+129+154=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 154 - color contains mainly: blue. Hex color #93819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93819A is #6C7E65. Grayscale: #898989. Windows color (decimal): -7110246 or 10125715. OLE color: 10125715.

HSL color Cylindrical-coordinate representation of color #93819A: hue angle of 283.2º 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 #93819A is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB147129154-
CMYK0.050.1600.40
HSL283.2º11.01%55.49%-
HSV(B)283.2º16.23%60.39%-
XYZ25.7224.2433.89-
YUV137.23137.46134.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=34.19%
G=30%
B=35.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471291540.050.1600.40283.211.0155.49
Hex93819A51002811bb37
Octal2232012325200504331367
Binary1001001110000001100110101011000001010001000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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