#8E819B

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

Shades of Amethyst Smoke #8E819B

Tints of Amethyst Smoke #8E819B

Color information

#8E819B (or 0x8E819B) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 81 and 9B. RGB value is (142,129,155). Sum of RGB (Red+Green+Blue) = 142+129+155=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E819B is #717E64. Grayscale: #878787. Windows color (decimal): -7437925 or 10191246. OLE color: 10191246.

HSL color Cylindrical-coordinate representation of color #8E819B: hue angle of 270º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E819B is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB142129155-
CMYK0.080.1700.39
HSL270º11.5%55.69%-
HSV(B)270º16.77%60.78%-
XYZ24.9223.8234.29-
YUV135.85138.81132.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=33.33%
G=30.28%
B=36.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421291550.080.1700.3927011.555.69
Hex8E819B81102710ec38
Octal21620123310210474161470
Binary10001110100000011001101110001000101001111000011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,129,155); }

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

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

 a { background-color: rgb(142,129,155); }

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

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

 span { border-color: rgb(142,129,155); }

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