#8B7290

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

Shades of Amethyst Smoke #8B7290

Tints of Amethyst Smoke #8B7290

Color information

#8B7290 (or 0x8B7290) is unknown color: approx Amethyst Smoke. HEX triplet: 8B, 72 and 90. RGB value is (139,114,144). Sum of RGB (Red+Green+Blue) = 139+114+144=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B7290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7290 is #748D6F. Grayscale: #7C7C7C. Windows color (decimal): -7638384 or 9466507. OLE color: 9466507.

HSL color Cylindrical-coordinate representation of color #8B7290: hue angle of 290º 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 #8B7290 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB139114144-
CMYK0.030.2100.44
HSL290º11.9%50.59%-
HSV(B)290º20.83%56.47%-
XYZ21.719.5429.01-
YUV124.89138.78138.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.01%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=35.01%
G=28.72%
B=36.27%

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
Decimal1391141440.030.2100.4429011.950.59
Hex8B729031502C122c33
Octal2131622203250544421463
Binary10001011111001010010000111010101011001001000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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