#93829E

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

Shades of Amethyst Smoke #93829E

Tints of Amethyst Smoke #93829E

Color information

#93829E (or 0x93829E) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 82 and 9E. RGB value is (147,130,158). Sum of RGB (Red+Green+Blue) = 147+130+158=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 158 - color contains mainly: blue. Hex color #93829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93829E is #6C7D61. Grayscale: #8A8A8A. Windows color (decimal): -7109986 or 10388115. OLE color: 10388115.

HSL color Cylindrical-coordinate representation of color #93829E: hue angle of 276.43º 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 #93829E is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147130158-
CMYK0.070.1800.38
HSL276.43º12.61%56.47%-
HSV(B)276.43º17.72%61.96%-
XYZ26.1924.6435.72-
YUV138.28139.13134.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=33.79%
G=29.89%
B=36.32%

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
Decimal1471301580.070.1800.38276.4312.6156.47
Hex93829E712026114d38
Octal2232022367220464241570
Binary1001001110000010100111101111001001001101000101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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