Html Css Color HEX #8E4D7D Trendy Pink

📋 copy color: '#8E4D7D'

red 142 ◦ green 77 ◦ blue 125

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

Shades of Trendy Pink #8E4D7D

Tints of Trendy Pink #8E4D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.34%

R = 41.28%
G = 22.38%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E4D7D (or 0x8E4D7D) is known color: Trendy Pink. HEX triplet: 8E, 4D and 7D. RGB value is (142,77,125). Sum of RGB (Red+Green+Blue) = 142+77+125=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4D7D is #71B282. Grayscale: #656565. Windows color (decimal): -7451267 or 8211854. OLE color: 8211854.

HSL color Cylindrical-coordinate representation of color #8E4D7D: hue angle of 315.69º 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 #8E4D7D is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 77 125 -
CMYK 0 0.46 0.12 0.44
HSL 315.69º 0.3% 0.43% -
HSV(B) 315.69º 0.46% 0.56% -
XYZ 17.51 12.54 20.9 -
YUV 101.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 142 77 125 0 0.46 0.12 0.44 315.69 0.3 0.43
Hex 8E 4D 7D 0 2E C 2C 13C 1E 2B
Octal 216 115 175 0 56 14 54 474 36 53
Binary 10001110 1001101 1111101 0 101110 1100 101100 100111100 11110 101011

Color Harmonies of #8E4D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4D7D

Black with #8E4D7D

Text Example


Text Example

White with #8E4D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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