#85407E

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

Shades of Trendy Pink #85407E

Tints of Trendy Pink #85407E

Color information

#85407E (or 0x85407E) is unknown color: approx Trendy Pink. HEX triplet: 85, 40 and 7E. RGB value is (133,64,126). Sum of RGB (Red+Green+Blue) = 133+64+126=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85407E is #7ABF81. Grayscale: #5B5B5B. Windows color (decimal): -8044418 or 8274053. OLE color: 8274053.

HSL color Cylindrical-coordinate representation of color #85407E: hue angle of 306.09º 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 #85407E is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13364126-
CMYK00.520.050.48
HSL306.09º35.03%38.63%-
HSV(B)306.09º51.88%52.16%-
XYZ15.2710.1620.89-
YUV91.7147.36157.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=41.18%
G=19.81%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336412600.520.050.48306.0935.0338.63
Hex85407E0345301322327
Octal2051001760645604624347
Binary10000101100000011111100110100101110000100110010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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