#844B87

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

Shades of Trendy Pink #844B87

Tints of Trendy Pink #844B87

Color information

#844B87 (or 0x844B87) is unknown color: approx Trendy Pink. HEX triplet: 84, 4B and 87. RGB value is (132,75,135). Sum of RGB (Red+Green+Blue) = 132+75+135=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: blue. Hex color #844B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844B87 is #7BB478. Grayscale: #626262. Windows color (decimal): -8107129 or 8866692. OLE color: 8866692.

HSL color Cylindrical-coordinate representation of color #844B87: hue angle of 297º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844B87 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13275135-
CMYK0.020.4400.47
HSL297º28.57%41.18%-
HSV(B)297º44.44%52.94%-
XYZ16.411.6924.31-
YUV98.88148.38151.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 135 (53.12% from 255) = 39.47%
R=38.60%
G=21.93%
B=39.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132751350.020.4400.4729728.5741.18
Hex844B8722C02F1291d29
Octal2041132072540574513551
Binary1000010010010111000011110101100010111110010100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844B87; }

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

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

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

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

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

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

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

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