#874B8A

Color #874B8A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #874B8A

Tints of Trendy Pink #874B8A

Color information

#874B8A (or 0x874B8A) is unknown color: approx Trendy Pink. HEX triplet: 87, 4B and 8A. RGB value is (135,75,138). Sum of RGB (Red+Green+Blue) = 135+75+138=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #874B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874B8A is #78B475. Grayscale: #636363. Windows color (decimal): -7910518 or 9063303. OLE color: 9063303.

HSL color Cylindrical-coordinate representation of color #874B8A: hue angle of 297.14º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874B8A is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13575138-
CMYK0.020.4600.46
HSL297.14º29.58%41.76%-
HSV(B)297.14º45.65%54.12%-
XYZ17.112.0225.46-
YUV100.12149.38152.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=38.79%
G=21.55%
B=39.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135751380.020.4600.46297.1429.5841.76
Hex874B8A22E02E1291e2a
Octal2071132122560564513652
Binary1000011110010111000101010101110010111010010100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,75,138); }

 H1.HeaderClassName
 {
   color: #874B8A;
 }
 .AnyTagClassName
 {
   color: #874B8A;
 }
</style>
background-color css

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

 a { background-color: rgb(135,75,138); }

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

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

 span { border-color: rgb(135,75,138); }

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