#85497C

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

Shades of Trendy Pink #85497C

Tints of Trendy Pink #85497C

Color information

#85497C (or 0x85497C) is unknown color: approx Trendy Pink. HEX triplet: 85, 49 and 7C. RGB value is (133,73,124). Sum of RGB (Red+Green+Blue) = 133+73+124=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85497C is #7AB683. Grayscale: #606060. Windows color (decimal): -8042116 or 8145285. OLE color: 8145285.

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

Color convert

RGB13373124-
CMYK00.450.070.48
HSL309º29.13%40.39%-
HSV(B)309º45.11%52.16%-
XYZ15.6911.2120.4-
YUV96.75143.38153.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=40.30%
G=22.12%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337312400.450.070.4830929.1340.39
Hex85497C02D7301351d28
Octal2051111740557604653550
Binary1000010110010011111100010110111111000010011010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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