Html Css Color HEX #8E6D8C Trendy Pink

📋 copy color: '#8E6D8C'

red 142 ◦ green 109 ◦ blue 140

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

Shades of Trendy Pink #8E6D8C

Tints of Trendy Pink #8E6D8C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.88%

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 36.32%
G = 27.88%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E6D8C (or 0x8E6D8C) is known color: Trendy Pink. HEX triplet: 8E, 6D and 8C. RGB value is (142,109,140). Sum of RGB (Red+Green+Blue) = 142+109+140=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6D8C is #719273. Grayscale: #7A7A7A. Windows color (decimal): -7443060 or 9203086. OLE color: 9203086.

HSL color Cylindrical-coordinate representation of color #8E6D8C: hue angle of 303.64º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E6D8C is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 109 140 -
CMYK 0 0.23 0.01 0.44
HSL 303.64º 0.13% 0.49% -
HSV(B) 303.64º 0.23% 0.56% -
XYZ 21.36 18.58 27.27 -
YUV 122.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 142 109 140 0 0.23 0.01 0.44 303.64 0.13 0.49
Hex 8E 6D 8C 0 17 1 2C 130 D 31
Octal 216 155 214 0 27 1 54 460 15 61
Binary 10001110 1101101 10001100 0 10111 1 101100 100110000 1101 110001

Color Harmonies of #8E6D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6D8C

Black with #8E6D8C

Text Example


Text Example

White with #8E6D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,109,140); }

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

background-color css

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

 a { background-color: rgb(142,109,140); }

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

border-color css

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

 span { border-color: rgb(142,109,140); }

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