#93869D

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

Shades of Amethyst Smoke #93869D

Tints of Amethyst Smoke #93869D

Color information

#93869D (or 0x93869D) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 86 and 9D. RGB value is (147,134,157). Sum of RGB (Red+Green+Blue) = 147+134+157=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #93869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93869D is #6C7962. Grayscale: #8C8C8C. Windows color (decimal): -7108963 or 10323603. OLE color: 10323603.

HSL color Cylindrical-coordinate representation of color #93869D: hue angle of 273.91º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93869D is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147134157-
CMYK0.060.1500.38
HSL273.91º10.5%57.06%-
HSV(B)273.91º14.65%61.57%-
XYZ26.6425.6935.45-
YUV140.51137.31132.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=33.56%
G=30.59%
B=35.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471341570.060.1500.38273.9110.557.06
Hex93869D6F026112b39
Octal2232062356170464221371
Binary100100111000011010011101110111101001101000100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93869D; }

 p { color: rgb(147,134,157); }

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

<style>
 a { background-color: #93869D; }

 a { background-color: rgb(147,134,157); }

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

<style>
 span { border-color: #93869D; }

 span { border-color: rgb(147,134,157); }

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