Html Css Color HEX #874980 Trendy Pink

📋 copy color: '#874980'

red 135 ◦ green 73 ◦ blue 128

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

Shades of Trendy Pink #874980

Tints of Trendy Pink #874980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.73%

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

R = 40.18%
G = 21.73%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#874980 (or 0x874980) is known color: Trendy Pink. HEX triplet: 87, 49 and 80. RGB value is (135,73,128). Sum of RGB (Red+Green+Blue) = 135+73+128=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #874980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874980 is #78B67F. Grayscale: #616161. Windows color (decimal): -7911040 or 8407431. OLE color: 8407431.

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

Color convert

RGB 135 73 128 -
CMYK 0 0.46 0.05 0.47
HSL 306.77º 0.3% 0.41% -
HSV(B) 306.77º 0.46% 0.53% -
XYZ 16.27 11.47 21.78 -
YUV 97.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 135 73 128 0 0.46 0.05 0.47 306.77 0.3 0.41
Hex 87 49 80 0 2E 5 2F 133 1E 29
Octal 207 111 200 0 56 5 57 463 36 51
Binary 10000111 1001001 10000000 0 101110 101 101111 100110011 11110 101001

Color Harmonies of #874980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874980

Black with #874980

Text Example


Text Example

White with #874980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874980; }

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

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

background-color css

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

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

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

border-color css

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

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

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