Html Css Color HEX #874380 Trendy Pink

📋 copy color: '#874380'

red 135 ◦ green 67 ◦ blue 128

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

Shades of Trendy Pink #874380

Tints of Trendy Pink #874380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

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

R = 40.91%
G = 20.3%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#874380 (or 0x874380) is known color: Trendy Pink. HEX triplet: 87, 43 and 80. RGB value is (135,67,128). Sum of RGB (Red+Green+Blue) = 135+67+128=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #874380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874380 is #78BC7F. Grayscale: #5E5E5E. Windows color (decimal): -7912576 or 8405895. OLE color: 8405895.

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

Color convert

RGB 135 67 128 -
CMYK 0 0.50 0.05 0.47
HSL 306.18º 0.34% 0.4% -
HSV(B) 306.18º 0.5% 0.53% -
XYZ 15.9 10.72 21.65 -
YUV 94.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 135 67 128 0 0.50 0.05 0.47 306.18 0.34 0.4
Hex 87 43 80 0 32 5 2F 132 22 28
Octal 207 103 200 0 62 5 57 462 42 50
Binary 10000111 1000011 10000000 0 110010 101 101111 100110010 100010 101000

Color Harmonies of #874380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874380

Black with #874380

Text Example


Text Example

White with #874380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874380; }

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

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

background-color css

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

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

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

border-color css

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

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

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