#93829A

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

Shades of Amethyst Smoke #93829A

Tints of Amethyst Smoke #93829A

Color information

#93829A (or 0x93829A) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 82 and 9A. RGB value is (147,130,154). Sum of RGB (Red+Green+Blue) = 147+130+154=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 154 - color contains mainly: blue. Hex color #93829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93829A is #6C7D65. Grayscale: #898989. Windows color (decimal): -7109990 or 10125971. OLE color: 10125971.

HSL color Cylindrical-coordinate representation of color #93829A: hue angle of 282.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93829A is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB147130154-
CMYK0.050.1600.40
HSL282.5º10.62%55.69%-
HSV(B)282.5º15.58%60.39%-
XYZ25.8524.533.94-
YUV137.82137.13134.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=34.11%
G=30.16%
B=35.73%

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
Decimal1471301540.050.1600.40282.510.6255.69
Hex93829A51002811ab38
Octal2232022325200504321370
Binary1001001110000010100110101011000001010001000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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