Html Css Color HEX #8D477C Trendy Pink

📋 copy color: '#8D477C'

red 141 ◦ green 71 ◦ blue 124

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

Shades of Trendy Pink #8D477C

Tints of Trendy Pink #8D477C

RGB

 RED value IS 141 (55.47% from 255) = 41.96%

 GREEN value IS 71 (28.13% from 255) = 21.13%

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

R = 41.96%
G = 21.13%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8D477C (or 0x8D477C) is known color: Trendy Pink. HEX triplet: 8D, 47 and 7C. RGB value is (141,71,124). Sum of RGB (Red+Green+Blue) = 141+71+124=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D477C is #72B883. Grayscale: #616161. Windows color (decimal): -7518340 or 8144781. OLE color: 8144781.

HSL color Cylindrical-coordinate representation of color #8D477C: hue angle of 314.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D477C is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 71 124 -
CMYK 0 0.50 0.12 0.45
HSL 314.57º 0.33% 0.42% -
HSV(B) 314.57º 0.5% 0.55% -
XYZ 16.88 11.62 20.42 -
YUV 97.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 141 71 124 0 0.50 0.12 0.45 314.57 0.33 0.42
Hex 8D 47 7C 0 32 C 2D 13B 21 2A
Octal 215 107 174 0 62 14 55 473 41 52
Binary 10001101 1000111 1111100 0 110010 1100 101101 100111011 100001 101010

Color Harmonies of #8D477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D477C

Black with #8D477C

Text Example


Text Example

White with #8D477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,71,124); }

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

background-color css

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

 a { background-color: rgb(141,71,124); }

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

border-color css

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

 span { border-color: rgb(141,71,124); }

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