Html Css Color HEX #8E4E87 Trendy Pink

📋 copy color: '#8E4E87'

red 142 ◦ green 78 ◦ blue 135

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

Shades of Trendy Pink #8E4E87

Tints of Trendy Pink #8E4E87

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.97%

 BLUE value IS 135 (53.13% from 255) = 38.03%

R = 40%
G = 21.97%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8E4E87 (or 0x8E4E87) is known color: Trendy Pink. HEX triplet: 8E, 4E and 87. RGB value is (142,78,135). Sum of RGB (Red+Green+Blue) = 142+78+135=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4E87 is #71B178. Grayscale: #676767. Windows color (decimal): -7451001 or 8867470. OLE color: 8867470.

HSL color Cylindrical-coordinate representation of color #8E4E87: hue angle of 306.56º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E4E87 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 78 135 -
CMYK 0 0.45 0.05 0.44
HSL 306.56º 0.29% 0.43% -
HSV(B) 306.56º 0.45% 0.56% -
XYZ 18.25 12.95 24.46 -
YUV 103.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 142 78 135 0 0.45 0.05 0.44 306.56 0.29 0.43
Hex 8E 4E 87 0 2D 5 2C 133 1D 2B
Octal 216 116 207 0 55 5 54 463 35 53
Binary 10001110 1001110 10000111 0 101101 101 101100 100110011 11101 101011

Color Harmonies of #8E4E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4E87

Black with #8E4E87

Text Example


Text Example

White with #8E4E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,78,135); }

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

background-color css

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

 a { background-color: rgb(142,78,135); }

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

border-color css

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

 span { border-color: rgb(142,78,135); }

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