#8C7391

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

Shades of Amethyst Smoke #8C7391

Tints of Amethyst Smoke #8C7391

Color information

#8C7391 (or 0x8C7391) is unknown color: approx Amethyst Smoke. HEX triplet: 8C, 73 and 91. RGB value is (140,115,145). Sum of RGB (Red+Green+Blue) = 140+115+145=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C7391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7391 is #738C6E. Grayscale: #7D7D7D. Windows color (decimal): -7572591 or 9532300. OLE color: 9532300.

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

Color convert

RGB140115145-
CMYK0.030.2100.43
HSL290º12%50.98%-
HSV(B)290º20.69%56.86%-
XYZ22.0619.8829.46-
YUV125.9138.78138.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=35%
G=28.75%
B=36.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1401151450.030.2100.432901250.98
Hex8C739131502B122c33
Octal2141632213250534421463
Binary10001100111001110010001111010101010111001000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,115,145); }

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

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

 a { background-color: rgb(140,115,145); }

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

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

 span { border-color: rgb(140,115,145); }

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