#854A87

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

Shades of Trendy Pink #854A87

Tints of Trendy Pink #854A87

Color information

#854A87 (or 0x854A87) is unknown color: approx Trendy Pink. HEX triplet: 85, 4A and 87. RGB value is (133,74,135). Sum of RGB (Red+Green+Blue) = 133+74+135=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 74 (29.30% from 255 or 21.64% 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 #854A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854A87 is #7AB578. Grayscale: #626262. Windows color (decimal): -8041849 or 8866437. OLE color: 8866437.

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

Color convert

RGB13374135-
CMYK0.010.4500.47
HSL298.03º29.19%40.98%-
HSV(B)298.03º45.19%52.94%-
XYZ16.4911.6324.3-
YUV98.59148.55152.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 74 (29.30% from 255) = 21.64%
BLUE value IS 135 (53.12% from 255) = 39.47%
R=38.89%
G=21.64%
B=39.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133741350.010.4500.47298.0329.1940.98
Hex854A8712D02F12a1d29
Octal2051122071550574523551
Binary100001011001010100001111101101010111110010101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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