#885392

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

Shades of Trendy Pink #885392

Tints of Trendy Pink #885392

Color information

#885392 (or 0x885392) is unknown color: approx Trendy Pink. HEX triplet: 88, 53 and 92. RGB value is (136,83,146). Sum of RGB (Red+Green+Blue) = 136+83+146=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #885392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885392 is #77AC6D. Grayscale: #696969. Windows color (decimal): -7842926 or 9589640. OLE color: 9589640.

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

Color convert

RGB13683146-
CMYK0.070.4300.43
HSL290.48º27.51%44.9%-
HSV(B)290.48º43.15%57.25%-
XYZ18.4313.528.83-
YUV106.03150.56149.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 146 (57.42% from 255) = 40%
R=37.26%
G=22.74%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136831460.070.4300.43290.4827.5144.9
Hex88539272B02B1221c2d
Octal2101232227530534423455
Binary10001000101001110010010111101011010101110010001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885392; }

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

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

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

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

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

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

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

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