#854E87

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

Shades of Trendy Pink #854E87

Tints of Trendy Pink #854E87

Color information

#854E87 (or 0x854E87) is unknown color: approx Trendy Pink. HEX triplet: 85, 4E and 87. RGB value is (133,78,135). Sum of RGB (Red+Green+Blue) = 133+78+135=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #854E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854E87 is #7AB178. Grayscale: #646464. Windows color (decimal): -8040825 or 8867461. OLE color: 8867461.

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

Color convert

RGB13378135-
CMYK0.010.4200.47
HSL297.89º26.76%41.76%-
HSV(B)297.89º42.22%52.94%-
XYZ16.7712.1824.39-
YUV100.94147.22150.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 78 (30.86% from 255) = 22.54%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=38.44%
G=22.54%
B=39.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133781350.010.4200.47297.8926.7641.76
Hex854E8712A02F12a1b2a
Octal2051162071520574523352
Binary100001011001110100001111101010010111110010101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854E87; }

 p { color: rgb(133,78,135); }

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

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

 a { background-color: rgb(133,78,135); }

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

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

 span { border-color: rgb(133,78,135); }

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