Html Css Color HEX #8D5580 Trendy Pink

📋 copy color: '#8D5580'

red 141 ◦ green 85 ◦ blue 128

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

Shades of Trendy Pink #8D5580

Tints of Trendy Pink #8D5580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.01%

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 39.83%
G = 24.01%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D5580 (or 0x8D5580) is known color: Trendy Pink. HEX triplet: 8D, 55 and 80. RGB value is (141,85,128). Sum of RGB (Red+Green+Blue) = 141+85+128=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5580 is #72AA7F. Grayscale: #6A6A6A. Windows color (decimal): -7514752 or 8410509. OLE color: 8410509.

HSL color Cylindrical-coordinate representation of color #8D5580: hue angle of 313.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5580 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 85 128 -
CMYK 0 0.40 0.09 0.45
HSL 313.93º 0.25% 0.44% -
HSV(B) 313.93º 0.4% 0.55% -
XYZ 18.13 13.72 22.11 -
YUV 106.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 141 85 128 0 0.40 0.09 0.45 313.93 0.25 0.44
Hex 8D 55 80 0 28 9 2D 13A 19 2C
Octal 215 125 200 0 50 11 55 472 31 54
Binary 10001101 1010101 10000000 0 101000 1001 101101 100111010 11001 101100

Color Harmonies of #8D5580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5580

Black with #8D5580

Text Example


Text Example

White with #8D5580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,85,128); }

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

background-color css

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

 a { background-color: rgb(141,85,128); }

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

border-color css

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

 span { border-color: rgb(141,85,128); }

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