Html Css Color HEX #8E4886 Trendy Pink

📋 copy color: '#8E4886'

red 142 ◦ green 72 ◦ blue 134

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

Shades of Trendy Pink #8E4886

Tints of Trendy Pink #8E4886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

 BLUE value IS 134 (52.73% from 255) = 38.51%

R = 40.8%
G = 20.69%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8E4886 (or 0x8E4886) is known color: Trendy Pink. HEX triplet: 8E, 48 and 86. RGB value is (142,72,134). Sum of RGB (Red+Green+Blue) = 142+72+134=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4886 is #71B779. Grayscale: #636363. Windows color (decimal): -7452538 or 8800398. OLE color: 8800398.

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

Color convert

RGB 142 72 134 -
CMYK 0 0.49 0.06 0.44
HSL 306.86º 0.33% 0.42% -
HSV(B) 306.86º 0.49% 0.56% -
XYZ 17.78 12.11 23.95 -
YUV 100 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 142 72 134 0 0.49 0.06 0.44 306.86 0.33 0.42
Hex 8E 48 86 0 31 6 2C 133 21 2A
Octal 216 110 206 0 61 6 54 463 41 52
Binary 10001110 1001000 10000110 0 110001 110 101100 100110011 100001 101010

Color Harmonies of #8E4886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4886

Black with #8E4886

Text Example


Text Example

White with #8E4886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,72,134); }

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

background-color css

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

 a { background-color: rgb(142,72,134); }

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

border-color css

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

 span { border-color: rgb(142,72,134); }

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