Html Css Color HEX #8E4C7C Trendy Pink

📋 copy color: '#8E4C7C'

red 142 ◦ green 76 ◦ blue 124

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

Shades of Trendy Pink #8E4C7C

Tints of Trendy Pink #8E4C7C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.22%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 41.52%
G = 22.22%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E4C7C (or 0x8E4C7C) is known color: Trendy Pink. HEX triplet: 8E, 4C and 7C. RGB value is (142,76,124). Sum of RGB (Red+Green+Blue) = 142+76+124=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4C7C is #71B383. Grayscale: #656565. Windows color (decimal): -7451524 or 8146062. OLE color: 8146062.

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

Color convert

RGB 142 76 124 -
CMYK 0 0.46 0.13 0.44
HSL 316.36º 0.3% 0.43% -
HSV(B) 316.36º 0.46% 0.56% -
XYZ 17.38 12.37 20.54 -
YUV 101.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 142 76 124 0 0.46 0.13 0.44 316.36 0.3 0.43
Hex 8E 4C 7C 0 2E D 2C 13C 1E 2B
Octal 216 114 174 0 56 15 54 474 36 53
Binary 10001110 1001100 1111100 0 101110 1101 101100 100111100 11110 101011

Color Harmonies of #8E4C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C7C

Black with #8E4C7C

Text Example


Text Example

White with #8E4C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,76,124); }

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

background-color css

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

 a { background-color: rgb(142,76,124); }

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

border-color css

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

 span { border-color: rgb(142,76,124); }

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