#8B7591

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

Shades of Amethyst Smoke #8B7591

Tints of Amethyst Smoke #8B7591

Color information

#8B7591 (or 0x8B7591) is unknown color: approx Amethyst Smoke. HEX triplet: 8B, 75 and 91. RGB value is (139,117,145). Sum of RGB (Red+Green+Blue) = 139+117+145=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B7591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7591 is #748A6E. Grayscale: #7E7E7E. Windows color (decimal): -7637615 or 9532811. OLE color: 9532811.

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

Color convert

RGB139117145-
CMYK0.040.1900.43
HSL287.14º11.29%51.37%-
HSV(B)287.14º19.31%56.86%-
XYZ22.1220.2629.53-
YUV126.77138.29136.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=34.66%
G=29.18%
B=36.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391171450.040.1900.43287.1411.2951.37
Hex8B759141302B11fb33
Octal2131652214230534371363
Binary100010111110101100100011001001101010111000111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,117,145); }

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

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

 a { background-color: rgb(139,117,145); }

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

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

 span { border-color: rgb(139,117,145); }

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