Html Css Color HEX #8E4D87 Trendy Pink

📋 copy color: '#8E4D87'

red 142 ◦ green 77 ◦ blue 135

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

Shades of Trendy Pink #8E4D87

Tints of Trendy Pink #8E4D87

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

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

R = 40.11%
G = 21.75%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8E4D87 (or 0x8E4D87) is known color: Trendy Pink. HEX triplet: 8E, 4D and 87. RGB value is (142,77,135). Sum of RGB (Red+Green+Blue) = 142+77+135=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4D87 is #71B278. Grayscale: #666666. Windows color (decimal): -7451257 or 8867214. OLE color: 8867214.

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

Color convert

RGB 142 77 135 -
CMYK 0 0.46 0.05 0.44
HSL 306.46º 0.3% 0.43% -
HSV(B) 306.46º 0.46% 0.56% -
XYZ 18.18 12.81 24.44 -
YUV 103.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 142 77 135 0 0.46 0.05 0.44 306.46 0.3 0.43
Hex 8E 4D 87 0 2E 5 2C 132 1E 2B
Octal 216 115 207 0 56 5 54 462 36 53
Binary 10001110 1001101 10000111 0 101110 101 101100 100110010 11110 101011

Color Harmonies of #8E4D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4D87

Black with #8E4D87

Text Example


Text Example

White with #8E4D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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