Html Css Color HEX #875980 Trendy Pink

📋 copy color: '#875980'

red 135 ◦ green 89 ◦ blue 128

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

Shades of Trendy Pink #875980

Tints of Trendy Pink #875980

RGB

 RED value IS 135 (53.13% from 255) = 38.35%

 GREEN value IS 89 (35.16% from 255) = 25.28%

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

R = 38.35%
G = 25.28%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#875980 (or 0x875980) is known color: Trendy Pink. HEX triplet: 87, 59 and 80. RGB value is (135,89,128). Sum of RGB (Red+Green+Blue) = 135+89+128=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #875980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875980 is #78A67F. Grayscale: #6B6B6B. Windows color (decimal): -7906944 or 8411527. OLE color: 8411527.

HSL color Cylindrical-coordinate representation of color #875980: hue angle of 309.13º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875980 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 89 128 -
CMYK 0 0.34 0.05 0.47
HSL 309.13º 0.21% 0.44% -
HSV(B) 309.13º 0.34% 0.53% -
XYZ 17.46 13.85 22.18 -
YUV 107.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 135 89 128 0 0.34 0.05 0.47 309.13 0.21 0.44
Hex 87 59 80 0 22 5 2F 135 15 2C
Octal 207 131 200 0 42 5 57 465 25 54
Binary 10000111 1011001 10000000 0 100010 101 101111 100110101 10101 101100

Color Harmonies of #875980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875980

Black with #875980

Text Example


Text Example

White with #875980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875980; }

 p { color: rgb(135,89,128); }

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

background-color css

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

 a { background-color: rgb(135,89,128); }

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

border-color css

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

 span { border-color: rgb(135,89,128); }

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