Html Css Color HEX #8E508C Trendy Pink

📋 copy color: '#8E508C'

red 142 ◦ green 80 ◦ blue 140

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

Shades of Trendy Pink #8E508C

Tints of Trendy Pink #8E508C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 39.23%
G = 22.1%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E508C (or 0x8E508C) is known color: Trendy Pink. HEX triplet: 8E, 50 and 8C. RGB value is (142,80,140). Sum of RGB (Red+Green+Blue) = 142+80+140=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 142 - color contains mainly: red. Hex color #8E508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E508C is #71AF73. Grayscale: #696969. Windows color (decimal): -7450484 or 9195662. OLE color: 9195662.

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

Color convert

RGB 142 80 140 -
CMYK 0 0.44 0.01 0.44
HSL 301.94º 0.28% 0.44% -
HSV(B) 301.94º 0.44% 0.56% -
XYZ 18.76 13.38 26.41 -
YUV 105.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 142 80 140 0 0.44 0.01 0.44 301.94 0.28 0.44
Hex 8E 50 8C 0 2C 1 2C 12E 1C 2C
Octal 216 120 214 0 54 1 54 456 34 54
Binary 10001110 1010000 10001100 0 101100 1 101100 100101110 11100 101100

Color Harmonies of #8E508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E508C

Black with #8E508C

Text Example


Text Example

White with #8E508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,80,140); }

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

background-color css

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

 a { background-color: rgb(142,80,140); }

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

border-color css

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

 span { border-color: rgb(142,80,140); }

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