#885693

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

Shades of Trendy Pink #885693

Tints of Trendy Pink #885693

Color information

#885693 (or 0x885693) is unknown color: approx Trendy Pink. HEX triplet: 88, 56 and 93. RGB value is (136,86,147). Sum of RGB (Red+Green+Blue) = 136+86+147=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #885693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885693 is #77A96C. Grayscale: #6B6B6B. Windows color (decimal): -7842157 or 9655944. OLE color: 9655944.

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

Color convert

RGB13686147-
CMYK0.070.4100.42
HSL289.18º26.18%45.69%-
HSV(B)289.18º41.5%57.65%-
XYZ18.751429.32-
YUV107.9150.06148.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.86%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=36.86%
G=23.31%
B=39.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136861470.070.4100.42289.1826.1845.69
Hex88569372902A1211a2e
Octal2101262237510524413256
Binary10001000101011010010011111101001010101010010000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885693; }

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

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

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

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

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

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

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

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