#85608C

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

Shades of Trendy Pink #85608C

Tints of Trendy Pink #85608C

Color information

#85608C (or 0x85608C) is unknown color: approx Trendy Pink. HEX triplet: 85, 60 and 8C. RGB value is (133,96,140). Sum of RGB (Red+Green+Blue) = 133+96+140=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #85608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85608C is #7A9F73. Grayscale: #6F6F6F. Windows color (decimal): -8036212 or 9199749. OLE color: 9199749.

HSL color Cylindrical-coordinate representation of color #85608C: hue angle of 290.45º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85608C is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13396140-
CMYK0.050.3100.45
HSL290.45º18.64%46.27%-
HSV(B)290.45º31.43%54.9%-
XYZ18.5915.2526.77-
YUV112.08143.76142.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=36.04%
G=26.02%
B=37.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133961400.050.3100.45290.4518.6446.27
Hex85608C51F02D122132e
Octal2051402145370554422356
Binary1000010111000001000110010111111010110110010001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,96,140); }

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

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

 a { background-color: rgb(133,96,140); }

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

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

 span { border-color: rgb(133,96,140); }

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