Html Css Color HEX #8E4C8A Trendy Pink

📋 copy color: '#8E4C8A'

red 142 ◦ green 76 ◦ blue 138

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

Shades of Trendy Pink #8E4C8A

Tints of Trendy Pink #8E4C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 39.89%
G = 21.35%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8E4C8A (or 0x8E4C8A) is known color: Trendy Pink. HEX triplet: 8E, 4C and 8A. RGB value is (142,76,138). Sum of RGB (Red+Green+Blue) = 142+76+138=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4C8A is #71B375. Grayscale: #666666. Windows color (decimal): -7451510 or 9063566. OLE color: 9063566.

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

Color convert

RGB 142 76 138 -
CMYK 0 0.46 0.03 0.44
HSL 303.64º 0.3% 0.43% -
HSV(B) 303.64º 0.46% 0.56% -
XYZ 18.33 12.75 25.54 -
YUV 102.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 142 76 138 0 0.46 0.03 0.44 303.64 0.3 0.43
Hex 8E 4C 8A 0 2E 3 2C 130 1E 2B
Octal 216 114 212 0 56 3 54 460 36 53
Binary 10001110 1001100 10001010 0 101110 11 101100 100110000 11110 101011

Color Harmonies of #8E4C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C8A

Black with #8E4C8A

Text Example


Text Example

White with #8E4C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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