#896BAD

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

Shades of Deluge #896BAD

Tints of Deluge #896BAD

Color information

#896BAD (or 0x896BAD) is unknown color: approx Deluge. HEX triplet: 89, 6B and AD. RGB value is (137,107,173). Sum of RGB (Red+Green+Blue) = 137+107+173=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #896BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896BAD is #769452. Grayscale: #7B7B7B. Windows color (decimal): -7771219 or 11365257. OLE color: 11365257.

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

Color convert

RGB137107173-
CMYK0.210.3800.32
HSL267.27º28.7%54.9%-
HSV(B)267.27º38.15%67.84%-
XYZ23.1218.8541.96-
YUV123.49155.94137.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=32.85%
G=25.66%
B=41.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371071730.210.3800.32267.2728.754.9
Hex896BAD152602010b1d37
Octal21115325525460404133567
Binary1000100111010111010110110101100110010000010000101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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