#896DAA

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

Shades of Deluge #896DAA

Tints of Deluge #896DAA

Color information

#896DAA (or 0x896DAA) is unknown color: approx Deluge. HEX triplet: 89, 6D and AA. RGB value is (137,109,170). Sum of RGB (Red+Green+Blue) = 137+109+170=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #896DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896DAA is #769255. Grayscale: #7C7C7C. Windows color (decimal): -7770710 or 11169161. OLE color: 11169161.

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

Color convert

RGB137109170-
CMYK0.190.3600.33
HSL267.54º26.41%54.71%-
HSV(B)267.54º35.88%66.67%-
XYZ23.0419.1640.51-
YUV124.33153.78137.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=32.93%
G=26.20%
B=40.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371091700.190.3600.33267.5426.4154.71
Hex896DAA132402110c1a37
Octal21115525223440414143267
Binary1000100111011011010101010011100100010000110000110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,109,170); }

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

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

 a { background-color: rgb(137,109,170); }

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

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

 span { border-color: rgb(137,109,170); }

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