Html Css Color HEX #8E4A7C Trendy Pink

📋 copy color: '#8E4A7C'

red 142 ◦ green 74 ◦ blue 124

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

Shades of Trendy Pink #8E4A7C

Tints of Trendy Pink #8E4A7C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.76%

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

R = 41.76%
G = 21.76%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E4A7C (or 0x8E4A7C) is known color: Trendy Pink. HEX triplet: 8E, 4A and 7C. RGB value is (142,74,124). Sum of RGB (Red+Green+Blue) = 142+74+124=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A7C is #71B583. Grayscale: #636363. Windows color (decimal): -7452036 or 8145550. OLE color: 8145550.

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

Color convert

RGB 142 74 124 -
CMYK 0 0.48 0.13 0.44
HSL 315.88º 0.31% 0.42% -
HSV(B) 315.88º 0.48% 0.56% -
XYZ 17.24 12.1 20.5 -
YUV 100.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 142 74 124 0 0.48 0.13 0.44 315.88 0.31 0.42
Hex 8E 4A 7C 0 30 D 2C 13C 1F 2A
Octal 216 112 174 0 60 15 54 474 37 52
Binary 10001110 1001010 1111100 0 110000 1101 101100 100111100 11111 101010

Color Harmonies of #8E4A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4A7C

Black with #8E4A7C

Text Example


Text Example

White with #8E4A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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