#896692

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

Shades of Trendy Pink #896692

Tints of Trendy Pink #896692

Color information

#896692 (or 0x896692) is unknown color: approx Trendy Pink. HEX triplet: 89, 66 and 92. RGB value is (137,102,146). Sum of RGB (Red+Green+Blue) = 137+102+146=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #896692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896692 is #76996D. Grayscale: #757575. Windows color (decimal): -7772526 or 9594505. OLE color: 9594505.

HSL color Cylindrical-coordinate representation of color #896692: hue angle of 287.73º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896692 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB137102146-
CMYK0.060.3000.43
HSL287.73º17.74%48.63%-
HSV(B)287.73º30.14%57.25%-
XYZ20.2616.929.39-
YUV117.48144.1141.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=35.58%
G=26.49%
B=37.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371021460.060.3000.43287.7317.7448.63
Hex89669261E02B1201231
Octal2111462226360534402261
Binary1000100111001101001001011011110010101110010000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896692; }

 p { color: rgb(137,102,146); }

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

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

 a { background-color: rgb(137,102,146); }

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

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

 span { border-color: rgb(137,102,146); }

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