Html Css Color HEX #8E4B8A Trendy Pink

📋 copy color: '#8E4B8A'

red 142 ◦ green 75 ◦ blue 138

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

Shades of Trendy Pink #8E4B8A

Tints of Trendy Pink #8E4B8A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.13%

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

R = 40%
G = 21.13%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8E4B8A (or 0x8E4B8A) is known color: Trendy Pink. HEX triplet: 8E, 4B and 8A. RGB value is (142,75,138). Sum of RGB (Red+Green+Blue) = 142+75+138=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4B8A is #71B475. Grayscale: #666666. Windows color (decimal): -7451766 or 9063310. OLE color: 9063310.

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

Color convert

RGB 142 75 138 -
CMYK 0 0.47 0.03 0.44
HSL 303.58º 0.31% 0.43% -
HSV(B) 303.58º 0.47% 0.56% -
XYZ 18.26 12.62 25.52 -
YUV 102.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 142 75 138 0 0.47 0.03 0.44 303.58 0.31 0.43
Hex 8E 4B 8A 0 2F 3 2C 130 1F 2B
Octal 216 113 212 0 57 3 54 460 37 53
Binary 10001110 1001011 10001010 0 101111 11 101100 100110000 11111 101011

Color Harmonies of #8E4B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4B8A

Black with #8E4B8A

Text Example


Text Example

White with #8E4B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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