Html Css Color HEX #8D477B Trendy Pink

📋 copy color: '#8D477B'

red 141 ◦ green 71 ◦ blue 123

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

Shades of Trendy Pink #8D477B

Tints of Trendy Pink #8D477B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 42.09%
G = 21.19%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D477B (or 0x8D477B) is known color: Trendy Pink. HEX triplet: 8D, 47 and 7B. RGB value is (141,71,123). Sum of RGB (Red+Green+Blue) = 141+71+123=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D477B is #72B884. Grayscale: #616161. Windows color (decimal): -7518341 or 8079245. OLE color: 8079245.

HSL color Cylindrical-coordinate representation of color #8D477B: hue angle of 315.43º 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 #8D477B is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 71 123 -
CMYK 0 0.50 0.13 0.45
HSL 315.43º 0.33% 0.42% -
HSV(B) 315.43º 0.5% 0.55% -
XYZ 16.81 11.6 20.09 -
YUV 97.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 141 71 123 0 0.50 0.13 0.45 315.43 0.33 0.42
Hex 8D 47 7B 0 32 D 2D 13B 21 2A
Octal 215 107 173 0 62 15 55 473 41 52
Binary 10001101 1000111 1111011 0 110010 1101 101101 100111011 100001 101010

Color Harmonies of #8D477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D477B

Black with #8D477B

Text Example


Text Example

White with #8D477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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