#896EBE

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

Shades of True V #896EBE

Tints of True V #896EBE

Color information

#896EBE (or 0x896EBE) is unknown color: approx True V. HEX triplet: 89, 6E and BE. RGB value is (137,110,190). Sum of RGB (Red+Green+Blue) = 137+110+190=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #896EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896EBE is #769141. Grayscale: #7E7E7E. Windows color (decimal): -7770434 or 12480137. OLE color: 12480137.

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

Color convert

RGB137110190-
CMYK0.280.4200.25
HSL260.25º38.1%58.82%-
HSV(B)260.25º42.11%74.51%-
XYZ25.1920.1951.28-
YUV127.19163.45135-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.35%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=31.35%
G=25.17%
B=43.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371101900.280.4200.25260.2538.158.82
Hex896EBE1C2A019104263b
Octal21115627634520314044673
Binary1000100111011101011111011100101010011001100000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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