Html Css Color HEX #874D88 Trendy Pink

📋 copy color: '#874D88'

red 135 ◦ green 77 ◦ blue 136

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

Shades of Trendy Pink #874D88

Tints of Trendy Pink #874D88

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.13%

 BLUE value IS 136 (53.52% from 255) = 39.08%

R = 38.79%
G = 22.13%
B = 39.08%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#874D88 (or 0x874D88) is known color: Trendy Pink. HEX triplet: 87, 4D and 88. RGB value is (135,77,136). Sum of RGB (Red+Green+Blue) = 135+77+136=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #874D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874D88 is #78B277. Grayscale: #646464. Windows color (decimal): -7910008 or 8932743. OLE color: 8932743.

HSL color Cylindrical-coordinate representation of color #874D88: hue angle of 298.98º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #874D88 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 77 136 -
CMYK 0.01 0.43 0 0.47
HSL 298.98º 0.28% 0.42% -
HSV(B) 298.98º 0.43% 0.53% -
XYZ 17.09 12.24 24.75 -
YUV 101.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 135 77 136 0.01 0.43 0 0.47 298.98 0.28 0.42
Hex 87 4D 88 1 2B 0 2F 12B 1C 2A
Octal 207 115 210 1 53 0 57 453 34 52
Binary 10000111 1001101 10001000 1 101011 0 101111 100101011 11100 101010

Color Harmonies of #874D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D88

Black with #874D88

Text Example


Text Example

White with #874D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874D88; }

 p { color: rgb(135,77,136); }

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

background-color css

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

 a { background-color: rgb(135,77,136); }

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

border-color css

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

 span { border-color: rgb(135,77,136); }

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