#855A87

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

Shades of Trendy Pink #855A87

Tints of Trendy Pink #855A87

Color information

#855A87 (or 0x855A87) is unknown color: approx Trendy Pink. HEX triplet: 85, 5A and 87. RGB value is (133,90,135). Sum of RGB (Red+Green+Blue) = 133+90+135=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #855A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855A87 is #7AA578. Grayscale: #6B6B6B. Windows color (decimal): -8037753 or 8870533. OLE color: 8870533.

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

Color convert

RGB13390135-
CMYK0.010.3300.47
HSL297.33º20%44.12%-
HSV(B)297.33º33.33%52.94%-
XYZ17.714.0524.7-
YUV107.99143.25145.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 135 (53.12% from 255) = 37.71%
R=37.15%
G=25.14%
B=37.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133901350.010.3300.47297.332044.12
Hex855A8712102F129142c
Octal2051322071410574512454
Binary100001011011010100001111100001010111110010100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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