Html Css Color HEX #8E819B Amethyst Smoke

📋 copy color: '#8E819B'

red 142 ◦ green 129 ◦ blue 155

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

Shades of Amethyst Smoke #8E819B

Tints of Amethyst Smoke #8E819B

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 value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E819B (or 0x8E819B) is known color: 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

RGB 142 129 155 -
CMYK 0.08 0.17 0 0.39
HSL 270º 0.12% 0.56% -
HSV(B) 270º 0.17% 0.61% -
XYZ 24.92 23.82 34.29 -
YUV 135.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 142 129 155 0.08 0.17 0 0.39 270 0.12 0.56
Hex 8E 81 9B 8 11 0 27 10E C 38
Octal 216 201 233 10 21 0 47 416 14 70
Binary 10001110 10000001 10011011 1000 10001 0 100111 100001110 1100 111000

Color Harmonies of #8E819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E819B

Black with #8E819B

Text Example


Text Example

White with #8E819B

Text Example


Text Example

HTML Codes & Css Web 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>