#896FAC

Color #896FAC Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #896FAC

Tints of Deluge #896FAC

Color information

#896FAC (or 0x896FAC) is unknown color: approx Deluge. HEX triplet: 89, 6F and AC. RGB value is (137,111,172). Sum of RGB (Red+Green+Blue) = 137+111+172=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #896FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FAC is #769053. Grayscale: #7D7D7D. Windows color (decimal): -7770196 or 11300745. OLE color: 11300745.

HSL color Cylindrical-coordinate representation of color #896FAC: hue angle of 265.57º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #896FAC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137111172-
CMYK0.200.3500.33
HSL265.57º26.87%55.49%-
HSV(B)265.57º35.47%67.45%-
XYZ23.4519.6741.59-
YUV125.73154.11136.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.62%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=32.62%
G=26.43%
B=40.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371111720.200.3500.33265.5726.8755.49
Hex896FAC142302110a1b37
Octal21115725424430414123367
Binary1000100111011111010110010100100011010000110000101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896FAC; }

 p { color: rgb(137,111,172); }

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

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

 a { background-color: rgb(137,111,172); }

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

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

 span { border-color: rgb(137,111,172); }

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