Html Css Color HEX #874C8B Trendy Pink

📋 copy color: '#874C8B'

red 135 ◦ green 76 ◦ blue 139

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

Shades of Trendy Pink #874C8B

Tints of Trendy Pink #874C8B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 38.57%
G = 21.71%
B = 39.71%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#874C8B (or 0x874C8B) is known color: Trendy Pink. HEX triplet: 87, 4C and 8B. RGB value is (135,76,139). Sum of RGB (Red+Green+Blue) = 135+76+139=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #874C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874C8B is #78B374. Grayscale: #646464. Windows color (decimal): -7910261 or 9129095. OLE color: 9129095.

HSL color Cylindrical-coordinate representation of color #874C8B: hue angle of 296.19º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #874C8B is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 76 139 -
CMYK 0.03 0.45 0 0.45
HSL 296.19º 0.29% 0.42% -
HSV(B) 296.19º 0.45% 0.55% -
XYZ 17.24 12.18 25.87 -
YUV 100.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 135 76 139 0.03 0.45 0 0.45 296.19 0.29 0.42
Hex 87 4C 8B 3 2D 0 2D 128 1D 2A
Octal 207 114 213 3 55 0 55 450 35 52
Binary 10000111 1001100 10001011 11 101101 0 101101 100101000 11101 101010

Color Harmonies of #874C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C8B

Black with #874C8B

Text Example


Text Example

White with #874C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,76,139); }

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

background-color css

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

 a { background-color: rgb(135,76,139); }

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

border-color css

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

 span { border-color: rgb(135,76,139); }

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