#854987

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

Shades of Trendy Pink #854987

Tints of Trendy Pink #854987

Color information

#854987 (or 0x854987) is unknown color: approx Trendy Pink. HEX triplet: 85, 49 and 87. RGB value is (133,73,135). Sum of RGB (Red+Green+Blue) = 133+73+135=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #854987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854987 is #7AB678. Grayscale: #616161. Windows color (decimal): -8042105 or 8866181. OLE color: 8866181.

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

Color convert

RGB13373135-
CMYK0.010.4600.47
HSL298.06º29.81%40.78%-
HSV(B)298.06º45.93%52.94%-
XYZ16.4311.524.28-
YUV98.01148.88152.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=39.00%
G=21.41%
B=39.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133731350.010.4600.47298.0629.8140.78
Hex85498712E02F12a1e29
Octal2051112071560574523651
Binary100001011001001100001111101110010111110010101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854987; }

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

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

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

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

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

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

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

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