#93869C

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

Shades of Amethyst Smoke #93869C

Tints of Amethyst Smoke #93869C

Color information

#93869C (or 0x93869C) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 86 and 9C. RGB value is (147,134,156). Sum of RGB (Red+Green+Blue) = 147+134+156=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 156 - color contains mainly: blue. Hex color #93869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93869C is #6C7963. Grayscale: #8C8C8C. Windows color (decimal): -7108964 or 10258067. OLE color: 10258067.

HSL color Cylindrical-coordinate representation of color #93869C: hue angle of 275.45º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93869C is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147134156-
CMYK0.060.1400.39
HSL275.45º10%56.86%-
HSV(B)275.45º14.1%61.18%-
XYZ26.5625.6535-
YUV140.39136.81132.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 156 (61.33% from 255) = 35.70%
R=33.64%
G=30.66%
B=35.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471341560.060.1400.39275.451056.86
Hex93869C6E027113a39
Octal2232062346160474231271
Binary100100111000011010011100110111001001111000100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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