#85407C

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

Shades of Trendy Pink #85407C

Tints of Trendy Pink #85407C

Color information

#85407C (or 0x85407C) is unknown color: approx Trendy Pink. HEX triplet: 85, 40 and 7C. RGB value is (133,64,124). Sum of RGB (Red+Green+Blue) = 133+64+124=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #85407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85407C is #7ABF83. Grayscale: #5B5B5B. Windows color (decimal): -8044420 or 8142981. OLE color: 8142981.

HSL color Cylindrical-coordinate representation of color #85407C: hue angle of 307.83º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85407C is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13364124-
CMYK00.520.070.48
HSL307.83º35.03%38.63%-
HSV(B)307.83º51.88%52.16%-
XYZ15.1410.1120.22-
YUV91.47146.36157.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=41.43%
G=19.94%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336412400.520.070.48307.8335.0338.63
Hex85407C0347301342327
Octal2051001740647604644347
Binary10000101100000011111000110100111110000100110100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85407C; }

 p { color: rgb(133,64,124); }

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

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

 a { background-color: rgb(133,64,124); }

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

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

 span { border-color: rgb(133,64,124); }

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