#896EAD

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

Shades of Deluge #896EAD

Tints of Deluge #896EAD

Color information

#896EAD (or 0x896EAD) is unknown color: approx Deluge. HEX triplet: 89, 6E and AD. RGB value is (137,110,173). Sum of RGB (Red+Green+Blue) = 137+110+173=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #896EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896EAD is #769152. Grayscale: #7D7D7D. Windows color (decimal): -7770451 or 11366025. OLE color: 11366025.

HSL color Cylindrical-coordinate representation of color #896EAD: hue angle of 265.71º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #896EAD is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137110173-
CMYK0.210.3600.32
HSL265.71º27.75%55.49%-
HSV(B)265.71º36.42%67.84%-
XYZ23.4419.4942.06-
YUV125.26154.95136.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.62%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=32.62%
G=26.19%
B=41.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371101730.210.3600.32265.7127.7555.49
Hex896EAD152402010a1c37
Octal21115625525440404123467
Binary1000100111011101010110110101100100010000010000101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,110,173); }

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

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

 a { background-color: rgb(137,110,173); }

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

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

 span { border-color: rgb(137,110,173); }

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