#896EBD

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

Shades of True V #896EBD

Tints of True V #896EBD

Color information

#896EBD (or 0x896EBD) is unknown color: approx True V. HEX triplet: 89, 6E and BD. RGB value is (137,110,189). Sum of RGB (Red+Green+Blue) = 137+110+189=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #896EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896EBD is #769142. Grayscale: #7E7E7E. Windows color (decimal): -7770435 or 12414601. OLE color: 12414601.

HSL color Cylindrical-coordinate representation of color #896EBD: hue angle of 260.51º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #896EBD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137110189-
CMYK0.280.4200.26
HSL260.51º37.44%58.63%-
HSV(B)260.51º41.8%74.12%-
XYZ25.0820.1450.71-
YUV127.08162.95135.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=31.42%
G=25.23%
B=43.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371101890.280.4200.26260.5137.4458.63
Hex896EBD1C2A01A105253b
Octal21115627534520324054573
Binary1000100111011101011110111100101010011010100000101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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