Html Css Color HEX #80587C Trendy Pink

📋 copy color: '#80587C'

red 128 ◦ green 88 ◦ blue 124

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

Shades of Trendy Pink #80587C

Tints of Trendy Pink #80587C

RGB

 RED value IS 128 (50.39% from 255) = 37.65%

 GREEN value IS 88 (34.77% from 255) = 25.88%

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

R = 37.65%
G = 25.88%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80587C (or 0x80587C) is known color: Trendy Pink. HEX triplet: 80, 58 and 7C. RGB value is (128,88,124). Sum of RGB (Red+Green+Blue) = 128+88+124=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80587C is #7FA783. Grayscale: #676767. Windows color (decimal): -8365956 or 8149120. OLE color: 8149120.

HSL color Cylindrical-coordinate representation of color #80587C: hue angle of 306º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80587C is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 124 -
CMYK 0 0.31 0.03 0.50
HSL 306º 0.19% 0.42% -
HSV(B) 306º 0.31% 0.5% -
XYZ 16.03 13.02 20.74 -
YUV 104.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 128 88 124 0 0.31 0.03 0.50 306 0.19 0.42
Hex 80 58 7C 0 1F 3 32 132 13 2A
Octal 200 130 174 0 37 3 62 462 23 52
Binary 10000000 1011000 1111100 0 11111 11 110010 100110010 10011 101010

Color Harmonies of #80587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80587C

Black with #80587C

Text Example


Text Example

White with #80587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80587C; }

 p { color: rgb(128,88,124); }

 H1.HeaderClassName
 {
   color: #80587C;
 }
 .AnyTagClassName
 {
   color: #80587C;
 }
</style>

background-color css

<style>
 a { background-color: #80587C; }

 a { background-color: rgb(128,88,124); }

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

border-color css

<style>
 span { border-color: #80587C; }

 span { border-color: rgb(128,88,124); }

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