#8B7190

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

Shades of Amethyst Smoke #8B7190

Tints of Amethyst Smoke #8B7190

Color information

#8B7190 (or 0x8B7190) is unknown color: approx Amethyst Smoke. HEX triplet: 8B, 71 and 90. RGB value is (139,113,144). Sum of RGB (Red+Green+Blue) = 139+113+144=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B7190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7190 is #748E6F. Grayscale: #7C7C7C. Windows color (decimal): -7638640 or 9466251. OLE color: 9466251.

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

Color convert

RGB139113144-
CMYK0.030.2200.44
HSL290.32º12.25%50.39%-
HSV(B)290.32º21.53%56.47%-
XYZ21.5919.3128.98-
YUV124.31139.11138.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=35.10%
G=28.54%
B=36.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391131440.030.2200.44290.3212.2550.39
Hex8B719031602C122c32
Octal2131612203260544421462
Binary10001011111000110010000111011001011001001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,113,144); }

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

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

 a { background-color: rgb(139,113,144); }

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

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

 span { border-color: rgb(139,113,144); }

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