#935588

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

Shades of Trendy Pink #935588

Tints of Trendy Pink #935588

Color information

#935588 (or 0x935588) is unknown color: approx Trendy Pink. HEX triplet: 93, 55 and 88. RGB value is (147,85,136). Sum of RGB (Red+Green+Blue) = 147+85+136=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #935588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935588 is #6CAA77. Grayscale: #6D6D6D. Windows color (decimal): -7121528 or 8934803. OLE color: 8934803.

HSL color Cylindrical-coordinate representation of color #935588: hue angle of 310.65º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #935588 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14785136-
CMYK00.420.070.42
HSL310.65º26.72%45.49%-
HSV(B)310.65º42.18%57.65%-
XYZ19.7314.4825.05-
YUV109.35143.04154.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=39.95%
G=23.10%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478513600.420.070.42310.6526.7245.49
Hex93558802A72A1371b2d
Octal2231252100527524673355
Binary10010011101010110001000010101011110101010011011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935588; }

 p { color: rgb(147,85,136); }

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

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

 a { background-color: rgb(147,85,136); }

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

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

 span { border-color: rgb(147,85,136); }

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