Html Css Color HEX #8E809C Amethyst Smoke

📋 copy color: '#8E809C'

red 142 ◦ green 128 ◦ blue 156

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

Shades of Amethyst Smoke #8E809C

Tints of Amethyst Smoke #8E809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.05%

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

R = 33.33%
G = 30.05%
B = 36.62%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E809C (or 0x8E809C) is known color: Amethyst Smoke. HEX triplet: 8E, 80 and 9C. RGB value is (142,128,156). Sum of RGB (Red+Green+Blue) = 142+128+156=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E809C is #717F63. Grayscale: #878787. Windows color (decimal): -7438180 or 10256526. OLE color: 10256526.

HSL color Cylindrical-coordinate representation of color #8E809C: 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.18%. Process color model (Four color, CMYK) of #8E809C is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 128 156 -
CMYK 0.09 0.18 0 0.39
HSL 270º 0.12% 0.56% -
HSV(B) 270º 0.18% 0.61% -
XYZ 24.88 23.59 34.69 -
YUV 135.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 142 128 156 0.09 0.18 0 0.39 270 0.12 0.56
Hex 8E 80 9C 9 12 0 27 10E C 38
Octal 216 200 234 11 22 0 47 416 14 70
Binary 10001110 10000000 10011100 1001 10010 0 100111 100001110 1100 111000

Color Harmonies of #8E809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E809C

Black with #8E809C

Text Example


Text Example

White with #8E809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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