Html Css Color HEX #8E849C Amethyst Smoke

📋 copy color: '#8E849C'

red 142 ◦ green 132 ◦ blue 156

#8E849C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #8E849C

Tints of Amethyst Smoke #8E849C

RGB

 RED value IS 142 (55.86% from 255) = 33.02%

 GREEN value IS 132 (51.95% from 255) = 30.7%

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 33.02%
G = 30.7%
B = 36.28%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E849C (or 0x8E849C) is known color: Amethyst Smoke. HEX triplet: 8E, 84 and 9C. RGB value is (142,132,156). Sum of RGB (Red+Green+Blue) = 142+132+156=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E849C is #717B63. Grayscale: #898989. Windows color (decimal): -7437156 or 10257550. OLE color: 10257550.

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

Color convert

RGB 142 132 156 -
CMYK 0.09 0.15 0 0.39
HSL 265º 0.11% 0.56% -
HSV(B) 265º 0.15% 0.61% -
XYZ 25.41 24.65 34.87 -
YUV 137.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 142 132 156 0.09 0.15 0 0.39 265 0.11 0.56
Hex 8E 84 9C 9 F 0 27 109 B 38
Octal 216 204 234 11 17 0 47 411 13 70
Binary 10001110 10000100 10011100 1001 1111 0 100111 100001001 1011 111000

Color Harmonies of #8E849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E849C

Black with #8E849C

Text Example


Text Example

White with #8E849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,132,156); }

 H1.HeaderClassName
 {
   color: #8E849C;
 }
 .AnyTagClassName
 {
   color: #8E849C;
 }
</style>

background-color css

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

 a { background-color: rgb(142,132,156); }

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

border-color css

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

 span { border-color: rgb(142,132,156); }

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