#8C7290

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

Shades of Amethyst Smoke #8C7290

Tints of Amethyst Smoke #8C7290

Color information

#8C7290 (or 0x8C7290) is unknown color: approx Amethyst Smoke. HEX triplet: 8C, 72 and 90. RGB value is (140,114,144). Sum of RGB (Red+Green+Blue) = 140+114+144=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C7290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7290 is #738D6F. Grayscale: #7D7D7D. Windows color (decimal): -7572848 or 9466508. OLE color: 9466508.

HSL color Cylindrical-coordinate representation of color #8C7290: hue angle of 292º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C7290 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB140114144-
CMYK0.030.2100.44
HSL292º11.9%50.59%-
HSV(B)292º20.83%56.47%-
XYZ21.8719.6229.02-
YUV125.19138.61138.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.18%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=35.18%
G=28.64%
B=36.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401141440.030.2100.4429211.950.59
Hex8C729031502C124c33
Octal2141622203250544441463
Binary10001100111001010010000111010101011001001001001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C7290; }

 p { color: rgb(140,114,144); }

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

<style>
 a { background-color: #8C7290; }

 a { background-color: rgb(140,114,144); }

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

<style>
 span { border-color: #8C7290; }

 span { border-color: rgb(140,114,144); }

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