#885393

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

Shades of Trendy Pink #885393

Tints of Trendy Pink #885393

Color information

#885393 (or 0x885393) is unknown color: approx Trendy Pink. HEX triplet: 88, 53 and 93. RGB value is (136,83,147). Sum of RGB (Red+Green+Blue) = 136+83+147=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #885393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885393 is #77AC6C. Grayscale: #696969. Windows color (decimal): -7842925 or 9655176. OLE color: 9655176.

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

Color convert

RGB13683147-
CMYK0.070.4400.42
HSL289.69º27.83%45.1%-
HSV(B)289.69º43.54%57.65%-
XYZ18.5113.5329.24-
YUV106.14151.06149.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=37.16%
G=22.68%
B=40.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136831470.070.4400.42289.6927.8345.1
Hex88539372C02A1221c2d
Octal2101232237540524423455
Binary10001000101001110010011111101100010101010010001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885393; }

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

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

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

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

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

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

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

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